r96086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96085‎ | r96086 | r96087 >
Date:09:55, 2 September 2011
Author:siebrand
Status:ok
Tags:
Comment:
Follow-up r96085: Put $wgUser back. Was still needed.
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/Hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/Hooks.php
@@ -91,7 +91,7 @@
9292 }
9393
9494 static function beforeWatchlist( &$conds, &$tables, &$join_conds, &$fields ) {
95 - global $wgOut;
 95+ global $wgOut, $wgUser;
9696
9797 $db = wfGetDB( DB_SLAVE );
9898

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96085Use Linker statically....siebrand08:37, 2 September 2011

Status & tagging log