Update storage.php

This commit is contained in:
Namhyeon Go 2019-11-15 11:20:27 +09:00 committed by GitHub
parent be72e12590
commit a4f5634b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -280,7 +280,7 @@ if(!check_function_exists("remove_storage_file")) {
}
}
if(check_function_exists("remove_storage_files")) {
if(!check_function_exists("remove_storage_files")) {
function remove_storage_files($storage_type, $options=array()) {
$failed = 0;