From b9b85843572bf283f48285001e276ba7e61b63f6 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Feb 2009 13:37:51 +0100 Subject: updated to MediaWiki 1.14.0 --- includes/specials/SpecialMostimages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/specials/SpecialMostimages.php') diff --git a/includes/specials/SpecialMostimages.php b/includes/specials/SpecialMostimages.php index 6cfeb7ad..5cc100ba 100644 --- a/includes/specials/SpecialMostimages.php +++ b/includes/specials/SpecialMostimages.php @@ -25,7 +25,7 @@ class MostimagesPage extends ImageQueryPage { " SELECT 'Mostimages' as type, - " . NS_IMAGE . " as namespace, + " . NS_FILE . " as namespace, il_to as title, COUNT(*) as value FROM $imagelinks -- cgit v1.2.3-54-g00ecf