Update storage.php

This commit is contained in:
Namhyeon Go 2018-07-26 16:18:11 +09:00 committed by GitHub
parent 2143f240ab
commit 5fff2c7015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ if(!function_exists("write_storage_file")) {
} }
fclose($fhandle); fclose($fhandle);
} else { } else {
set_error("maybe, your storage is write-protected."); set_error("maybe, your storage is write-protected. storage type: " . $storage_type);
show_errors(); show_errors();
} }
} }