Index: trunk/extensions/LiquidThreads/classes/Hooks.php |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | } |
93 | 93 | |
94 | 94 | static function beforeWatchlist( &$conds, &$tables, &$join_conds, &$fields ) { |
95 | | - global $wgOut; |
| 95 | + global $wgOut, $wgUser; |
96 | 96 | |
97 | 97 | $db = wfGetDB( DB_SLAVE ); |
98 | 98 | |