From: Antoine Musso Date: Mon, 10 Jul 2006 19:34:07 +0000 (+0000) Subject: static function X-Git-Tag: 1.31.0-rc.0~56320 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=5c225aa6594e6f06d17b954a55bdafc75e50efe6;p=lhc%2Fweb%2Fwiklou.git static function --- diff --git a/includes/Image.php b/includes/Image.php index 185d732a05..fd0f8a3ccb 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -1489,7 +1489,7 @@ class Image * @return bool * @static */ - function isHashed( $shared ) { + public static function isHashed( $shared ) { global $wgHashedUploadDirectory, $wgHashedSharedUploadDirectory; return $shared ? $wgHashedSharedUploadDirectory : $wgHashedUploadDirectory; }