static function
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 10 Jul 2006 19:34:07 +0000 (19:34 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 10 Jul 2006 19:34:07 +0000 (19:34 +0000)
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;
        }