Using a better method to get the English language file.
[lhc/web/wiklou.git] / includes / Image.php
index 185d732..fd0f8a3 100644 (file)
@@ -1489,7 +1489,7 @@ class Image
         * @return bool
         * @static
         */
-       function isHashed( $shared ) {
+       public static function isHashed( $shared ) {
                global $wgHashedUploadDirectory, $wgHashedSharedUploadDirectory;
                return $shared ? $wgHashedSharedUploadDirectory : $wgHashedUploadDirectory;
        }