diff --git a/lib/copy_this/newznab/utility/Utility.php b/lib/copy_this/newznab/utility/Utility.php index c00f75df4..e837fe474 100644 --- a/lib/copy_this/newznab/utility/Utility.php +++ b/lib/copy_this/newznab/utility/Utility.php @@ -22,7 +22,7 @@ class Utility * * @return bool|string True is successful, otherwise the part of the path that failed testing. */ - static public function canExecuteRead($path) + public static function canExecuteRead($path) { $paths = preg_split('#/#', $path); $fullPath = DS;