From e3b6ceccc92f456a63d65b3074399c6490c9b23f Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 14 Nov 2019 15:03:26 +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 ab3ab5ce..45a53ce1 100644 --- a/system/storage.php +++ b/system/storage.php @@ -286,7 +286,7 @@ function write_storage_file($data, $options=array()) { } } - if(file_exists($upload_filename) && in_array($mode, array("fake", "w"))) { + if(file_exists($upload_filename) && in_array($mode, array("fake"))) { if(!array_key_empty("filename", $options)) { $result = $upload_filename; } else {