mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-12-22 17:42:40 +00:00
Corrected typo in function get_ext()
This commit is contained in:
parent
ca4d33af63
commit
891d88bc54
@ -23,7 +23,7 @@ function cln_file_name($string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function get_ext($name) {
|
function get_ext($name) {
|
||||||
$name = substr(strrchr($key, "."), 1);
|
$name = substr(strrchr($name, "."), 1);
|
||||||
return $name;
|
return $name;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user