From 18b92ef2076853781998d50f52ea1f224b7d46ac Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 13 Feb 2019 13:32:36 +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 cab1f85..34e24b4 100644 --- a/system/storage.php +++ b/system/storage.php @@ -190,8 +190,7 @@ if(!function_exists("iterate_storage_files")) { } } return $filenames; - } - } + } } if(!function_exists("remove_storage_file")) {