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