Index: trunk/phase3/includes/Skin.php |
— | — | @@ -484,7 +484,7 @@ |
485 | 485 | * You will only be adding bloat to the page and causing page caches to have to be purged on configuration changes. |
486 | 486 | */ |
487 | 487 | static function makeGlobalVariablesScript( $skinName ) { |
488 | | - global $wgTitle, $wgUser, $wgRequest, $wgArticle, $wgOut, $wgRestrictionTypes, $wgUseAjax, $wgEnableMWSuggest; |
| 488 | + global $wgTitle, $wgUser, $wgRequest, $wgArticle, $wgOut, $wgUseAjax, $wgEnableMWSuggest; |
489 | 489 | |
490 | 490 | $ns = $wgTitle->getNamespace(); |
491 | 491 | $nsname = MWNamespace::exists( $ns ) ? MWNamespace::getCanonicalName( $ns ) : $wgTitle->getNsText(); |