Update storage.php

This commit is contained in:
Namhyeon Go 2018-08-19 05:08:52 +09:00 committed by GitHub
parent fecd41223c
commit 8967a6ed1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ if(!function_exists("get_storage_path")) {
if(!is_dir($dir_path)) {
if(!@mkdir($dir_path, 0777)) {
set_error("can not create directory. " $dir_path);
set_error("can not create directory. " . $dir_path);
show_errors();
}
}