Index: trunk/phase3/includes/specials/SpecialDeletedContributions.php |
— | — | @@ -258,7 +258,7 @@ |
259 | 259 | return; |
260 | 260 | } |
261 | 261 | |
262 | | - global $wgUser, $wgOut, $wgLang, $wgRequest; |
| 262 | + global $wgOut, $wgLang, $wgRequest; |
263 | 263 | |
264 | 264 | $wgOut->setPageTitle( wfMsgExt( 'deletedcontributions-title', array( 'parsemag' ) ) ); |
265 | 265 | |