From 2231921bc059625487489699a56c9cd11b30c33d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 26 May 2018 01:55:42 +0900 Subject: [PATCH] Update storage.php --- system/storage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/storage.php b/system/storage.php index eab1d22..02eac8b 100644 --- a/system/storage.php +++ b/system/storage.php @@ -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"; } }