Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | */ |
248 | 248 | function smwfSetupExtension() { |
249 | 249 | wfProfileIn( 'smwfSetupExtension (SMW)' ); |
250 | | - global $smwgIP, $wgHooks, $wgParser, $wgExtensionCredits, $smwgEnableTemplateSupport, $smwgMasterStore, $smwgIQRunningNumber, $wgLanguageCode, $wgVersion, $smwgToolboxBrowseLink, $smwgMW_1_14; |
| 250 | + global $smwgIP, $wgHooks, $wgExtensionCredits, $smwgEnableTemplateSupport, $smwgMasterStore, $smwgIQRunningNumber, $wgLanguageCode, $wgVersion, $smwgToolboxBrowseLink, $smwgMW_1_14; |
251 | 251 | |
252 | 252 | $smwgMasterStore = null; |
253 | 253 | $smwgIQRunningNumber = 0; |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -279,7 +279,7 @@ |
280 | 280 | */ |
281 | 281 | function smwfSetupExtension() { |
282 | 282 | wfProfileIn( 'smwfSetupExtension (SMW)' ); |
283 | | - global $smwgIP, $smwgScriptPath, $wgHooks, $wgFooterIcons, $wgParser, $wgExtensionCredits, $smwgEnableTemplateSupport, $smwgMasterStore, $smwgIQRunningNumber, $wgLanguageCode, $wgVersion, $smwgToolboxBrowseLink, $smwgMW_1_14; |
| 283 | + global $smwgIP, $smwgScriptPath, $wgHooks, $wgFooterIcons, $wgExtensionCredits, $smwgEnableTemplateSupport, $smwgMasterStore, $smwgIQRunningNumber, $wgLanguageCode, $wgVersion, $smwgToolboxBrowseLink, $smwgMW_1_14; |
284 | 284 | |
285 | 285 | $smwgMasterStore = null; |
286 | 286 | $smwgIQRunningNumber = 0; |
Index: trunk/extensions/MathStatFunctions/MathStatFunctions.php |
— | — | @@ -420,7 +420,7 @@ |
421 | 421 | } |
422 | 422 | |
423 | 423 | function wfSetupMathStatFunctions( $parser ) { |
424 | | - global $wgParser, $wgExtMathStatFunctions; |
| 424 | + global $wgExtMathStatFunctions; |
425 | 425 | |
426 | 426 | try { |
427 | 427 | if ( $wgExtMathStatFunctions === null ) { |