Update storage.php

This commit is contained in:
Namhyeon Go 2018-05-26 01:55:42 +09:00 committed by GitHub
parent 2daee61f6e
commit 2231921bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,7 @@
if(!function_exists("get_storage_dir")) {
function get_storage_dir() {
$config = get_config();
return get_value_in_array("storage_dir", $config, "storage");
return "storage";
}
}