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(); } }