* (bug 6491) Apply bad image list in category galleries
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 29 Jun 2006 23:54:01 +0000 (23:54 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 29 Jun 2006 23:54:01 +0000 (23:54 +0000)
Patch from Ilmari Karonen
http://bugzilla.wikimedia.org/attachment.cgi?id=2024

RELEASE-NOTES
includes/CategoryPage.php

index 640d117..6a87c7f 100644 (file)
@@ -603,6 +603,8 @@ Some default configuration options have changed:
 * (bug 6489) Use appropriate link colour on Special:Shortpages
 * Added formatnum magic word
 * Added Javanese localization (jv)
+* (bug 6491) Apply bad image list in category galleries
+
 
 == Compatibility ==
 
index 0c4b85c..53d6997 100644 (file)
@@ -66,6 +66,7 @@ class CategoryPage extends Article {
                $showGallery = $wgCategoryMagicGallery && !$wgOut->mNoGallery;
                if( $showGallery ) {
                        $ig = new ImageGallery();
+                       $ig->setParsing();
                }
 
                $dbr =& wfGetDB( DB_SLAVE );