Update storage.php
This commit is contained in:
parent
5fff2c7015
commit
fd98d8fde3
|
@ -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");
|
||||
set_error("can not create directory. " $dir_path);
|
||||
show_errors();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user