r101087 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101086‎ | r101087 | r101088 >
Date:23:22, 27 October 2011
Author:preilly
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php
@@ -523,7 +523,7 @@
524524 $article->doEdit( $rawtext, '' );
525525 }
526526
527 - $location = str_replace( '&mobileaction=leave_feedback_post', '', $wgRequest->getFullRequestURL() . '&noticeid=1' );
 527+ $location = str_replace( '&mobileaction=leave_feedback_post', '', $wgRequest->getFullRequestURL() . '&noticeid=1&useformat=mobile' );
528528 $location = $this->getRelativeURL( $location );
529529 $wgRequest->response()->header( 'Location: ' . $location );
530530 wfProfileOut( __METHOD__ );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101086force format to mobile after feedbackpreilly23:21, 27 October 2011

Status & tagging log