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