Update storage.php

This commit is contained in:
Namhyeon Go 2020-02-28 17:29:27 +09:00 committed by GitHub
parent d1316a89bc
commit 71ae7f061c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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