From 21de3bc0b464250b65af4a8c11fd67160c7ea47b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 13 May 2005 22:05:54 +0000 Subject: [PATCH] * Someone forgot to global the variable --- includes/CategoryPage.php | 1 + 1 file changed, 1 insertion(+) 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'); -- 2.20.1