r92242 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92241‎ | r92242 | r92243 >
Date:14:28, 15 July 2011
Author:ialex
Status:ok
Tags:
Comment:
Per Nikerabbit, follow-up to r92231: removed unreachable code
Modified paths:
  • /trunk/phase3/includes/specials/SpecialEditWatchlist.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php
@@ -30,7 +30,6 @@
3131 public function execute( $mode ) {
3232 if( wfReadOnly() ) {
3333 throw new ReadOnlyError;
34 - return;
3534 }
3635
3736 $out = $this->getOutput();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92231* Use local context instead of global variables...ialex08:42, 15 July 2011

Status & tagging log