Update storage.php

This commit is contained in:
Namhyeon Go 2020-02-28 16:57:36 +09:00 committed by GitHub
parent cd3a446a54
commit d1316a89bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,8 +356,8 @@ if(!is_fn("write_storage_file")) {
}
fclose($fhandle);
} else {
set_error("maybe, your storage is write-protected. " . $upload_filename);
show_errors();
write_common_log("maybe, your storage is write-protected. " . $upload_filename);
$result = false;
}
}