From b3ae89c9fa60052b7d300870fb918b8e992b8e6a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 15 Nov 2019 15:53:42 +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 ff0d6e6..12a07ad 100644 --- a/system/storage.php +++ b/system/storage.php @@ -310,7 +310,7 @@ if(!check_function_exists("remove_volatile_files")) { return remove_storage_files("cache", array( "max_age" => $max_age, "excludes" => array("index.php", "index.html") - )); + ), $options); } }