r87148 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87147‎ | r87148 | r87149 >
Date:23:06, 29 April 2011
Author:demon
Status:ok
Tags:
Comment:
Rm now unused global
Modified paths:
  • /trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php
@@ -43,7 +43,7 @@
4444 * main()
4545 **/
4646 public function execute( $par ) {
47 - global $wgContLang, $wgSitename, $wgFeedClasses,
 47+ global $wgContLang, $wgFeedClasses,
4848 $wgLanguageCode, $wgMemc, $wgOut, $wgGNSMsmaxage;
4949
5050 list( $params, $categories, $notCategories ) = $this->getParams();

Status & tagging log