From fecd41223c1f1ba44fea55935dcb354f5fe0af03 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 26 Jul 2018 16:45:14 +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 ac2752a..3fed7a0 100644 --- a/system/storage.php +++ b/system/storage.php @@ -151,7 +151,7 @@ if(!function_exists("write_storage_file")) { } fclose($fhandle); } else { - set_error("maybe, your storage is write-protected. storage type: " . $storage_type); + set_error("maybe, your storage is write-protected. " . $upload_filename); show_errors(); } }