From 5c225aa6594e6f06d17b954a55bdafc75e50efe6 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 10 Jul 2006 19:34:07 +0000 Subject: [PATCH] static function --- includes/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1