From: Domas Mituzas Date: Thu, 1 Jun 2006 08:12:49 +0000 (+0000) Subject: add global declarations X-Git-Tag: 1.31.0-rc.0~56938 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=c772f05df2001e1ecbc60f954b99c31d713f1f8f;p=lhc%2Fweb%2Fwiklou.git add global declarations --- diff --git a/includes/Title.php b/includes/Title.php index f86bf3eb5b..730c11b2e4 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -5,6 +5,8 @@ * @package MediaWiki */ +global $wgTitleInterwikiCache, $wgTitleCache; + $wgTitleInterwikiCache = array(); $wgTitleCache = array();