add global declarations
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 1 Jun 2006 08:12:49 +0000 (08:12 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 1 Jun 2006 08:12:49 +0000 (08:12 +0000)
includes/Title.php

index f86bf3e..730c11b 100644 (file)
@@ -5,6 +5,8 @@
  * @package MediaWiki
  */
 
+global $wgTitleInterwikiCache, $wgTitleCache;
+
 $wgTitleInterwikiCache = array();
 $wgTitleCache = array();