* Someone forgot to global the variable
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 13 May 2005 22:05:54 +0000 (22:05 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 13 May 2005 22:05:54 +0000 (22:05 +0000)
includes/CategoryPage.php

index c1865de..2d09936 100644 (file)
@@ -9,6 +9,7 @@
 if( !defined( 'MEDIAWIKI' ) )
        die();
 
+global $wgCategoryMagicGallery;
 if( $wgCategoryMagicGallery )
        /** */
        require_once('ImageGallery.php');