r91008 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91007‎ | r91008 | r91009 >
Date:21:23, 28 June 2011
Author:krinkle
Status:ok (Comments)
Tags:
Comment:
Follow-up r90875: Removing undefined/unused global
Modified paths:
  • /trunk/extensions/WikiLove/WikiLove.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiLove/WikiLove.hooks.php
@@ -52,7 +52,7 @@
5353 * @param $skin Skin
5454 */
5555 public static function beforePageDisplay( $out, $skin ) {
56 - global $wgWikiLoveGlobal, $wgWikiLoveEnableLocalConfig, $wgUser;
 56+ global $wgWikiLoveGlobal, $wgUser;
5757 if ( !$wgWikiLoveGlobal && !$wgUser->getOption( 'wikilove-enabled' ) ) {
5858 return true;
5959 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90875Circumvented problem of local config breaking when debug=true and filed Resou...janpaul12314:04, 27 June 2011

Comments

#Comment by Catrope (talk | contribs)   10:08, 29 June 2011

Please don't defer WikiLove revs, this extension is installed on the cluster.

Status & tagging log