From 8e8007057d761e835bf1fa2cbbc85d44e06c51fa Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 16 Jan 2019 10:12:55 +0900 Subject: [PATCH] Update storage.php --- system/storage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/storage.php b/system/storage.php index e1ee668..cab1f85 100644 --- a/system/storage.php +++ b/system/storage.php @@ -190,6 +190,7 @@ if(!function_exists("iterate_storage_files")) { } } return $filenames; + } } }