static function
This commit is contained in:
parent
89d2c02702
commit
5c225aa659
1 changed files with 1 additions and 1 deletions
|
|
@ -1489,7 +1489,7 @@ class Image
|
|||
* @return bool
|
||||
* @static
|
||||
*/
|
||||
function isHashed( $shared ) {
|
||||
public static function isHashed( $shared ) {
|
||||
global $wgHashedUploadDirectory, $wgHashedSharedUploadDirectory;
|
||||
return $shared ? $wgHashedSharedUploadDirectory : $wgHashedUploadDirectory;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue