From 8967a6ed1c1d4d8605a7c6d7084f0e8c77f29495 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 19 Aug 2018 05:08:52 +0900 Subject: [PATCH] Update storage.php --- system/storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/storage.php b/system/storage.php index 3fed7a0..2a2d991 100644 --- a/system/storage.php +++ b/system/storage.php @@ -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(); } }