Index: trunk/phase3/includes/Image.php |
— | — | @@ -1489,7 +1489,7 @@ |
1490 | 1490 | * @return bool |
1491 | 1491 | * @static |
1492 | 1492 | */ |
1493 | | - function isHashed( $shared ) { |
| 1493 | + public static function isHashed( $shared ) { |
1494 | 1494 | global $wgHashedUploadDirectory, $wgHashedSharedUploadDirectory; |
1495 | 1495 | return $shared ? $wgHashedSharedUploadDirectory : $wgHashedUploadDirectory; |
1496 | 1496 | } |