r78758 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78757‎ | r78758 | r78759 >
Date:23:38, 21 December 2010
Author:platonides
Status:ok
Tags:
Comment:
Remove unused global
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUploadStash.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUploadStash.php
@@ -56,7 +56,7 @@
5757 * @return Boolean: success
5858 */
5959 public function execute( $subPage ) {
60 - global $wgOut, $wgUser;
 60+ global $wgUser;
6161
6262 if ( !$this->userCanExecute( $wgUser ) ) {
6363 $this->displayRestrictionError();

Status & tagging log