From: Ævar Arnfjörð Bjarmason Date: Fri, 13 May 2005 22:05:54 +0000 (+0000) Subject: * Someone forgot to global the variable X-Git-Tag: 1.5.0alpha2~213 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=21de3bc0b464250b65af4a8c11fd67160c7ea47b;p=lhc%2Fweb%2Fwiklou.git * Someone forgot to global the variable --- diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index c1865de069..2d09936f63 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -9,6 +9,7 @@ if( !defined( 'MEDIAWIKI' ) ) die(); +global $wgCategoryMagicGallery; if( $wgCategoryMagicGallery ) /** */ require_once('ImageGallery.php');