r113876 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113875‎ | r113876 | r113877 >
Date:23:24, 14 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Followup r113871, finishing revert of r113870
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php
@@ -1398,7 +1398,7 @@
13991399 $action = $this->getAction();
14001400
14011401
1402 - if ( $action === 'edit' ){// || $action === 'history' ) {
 1402+ if ( $action === 'edit' || $action === 'history' ) {
14031403 return false;
14041404 }
14051405

Follow-up revisions

RevisionCommit summaryAuthorDate
r114202MFT r113807, r113831, r113832, r113865, r113866, r113870, r113871, r113872, r...awjrichards22:23, 19 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113870Followup r113865, removing 'disable mobile site permanantly' elements from fo...awjrichards22:50, 14 March 2012
r113871Revert r113870, accidentally checked in codeawjrichards22:53, 14 March 2012

Status & tagging log