From 33b9d96802f20faa6f9d4aff59a8fa5d9f3129d0 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 2 Jun 2019 04:30:52 +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 5114dad..24b34c4 100644 --- a/system/storage.php +++ b/system/storage.php @@ -74,7 +74,7 @@ if(!check_function_exists("get_storage_url")) { } if(!check_function_exists("move_uploaded_file_to_storage")) { - function move_uploaded_file_to_stroage($options=array()) { + function move_uploaded_file_to_storage($options=array()) { $response = array( "files" => array() );