diff --git a/function.php b/function.php index 64f19605..c425f844 100644 --- a/function.php +++ b/function.php @@ -851,7 +851,7 @@ if (!function_exists('storage')) { if (empty($fileName)) { return $basePath . '/' . $path . '/'; } - $fileName = $basePath . '/' . $path . '/' . $fileName; + $fileName = $basePath . '/' . $path . $fileName; if (!file_exists($fileName)) { touch($fileName); }