From 0e85d57883fff432222aa58348a045e8e7a6de97 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 18 Dec 2018 14:10:55 +0900 Subject: [PATCH] Update storage.php --- system/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/storage.php b/system/storage.php index 7ef3477..491bb59 100644 --- a/system/storage.php +++ b/system/storage.php @@ -316,7 +316,7 @@ if(!function_exists("get_file_extension")) { } if(!function_exists("check_file_extension")) { - function check_file_extension($file, $extension, $options) { + function check_file_extension($file, $extension, $options=array()) { return (get_file_extension($file, $options) === $extension); } }