r87727 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87726‎ | r87727 | r87728 >
Date:15:57, 9 May 2011
Author:ialex
Status:ok
Tags:
Comment:
Follow-up r86155: also remove revisionmove from MediaWiki::getAction()
Modified paths:
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -315,8 +315,6 @@
316316 if ( $action === 'historysubmit' ) {
317317 if ( $this->context->request->getBool( 'revisiondelete' ) ) {
318318 return 'revisiondelete';
319 - } elseif ( $this->context->request->getBool( 'revisionmove' ) ) {
320 - return 'revisionmove';
321319 } else {
322320 return 'view';
323321 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86155Merge r81448 from REL1_17: reverting RevisionMove feature back out until some...demon23:28, 15 April 2011

Status & tagging log