Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -523,7 +523,7 @@ |
524 | 524 | $article->doEdit( $rawtext, '' ); |
525 | 525 | } |
526 | 526 | |
527 | | - $location = str_replace( '&mobileaction=leave_feedback_post', '', $wgRequest->getFullRequestURL() . '¬iceid=1' ); |
| 527 | + $location = str_replace( '&mobileaction=leave_feedback_post', '', $wgRequest->getFullRequestURL() . '¬iceid=1&useformat=mobile' ); |
528 | 528 | $location = $this->getRelativeURL( $location ); |
529 | 529 | $wgRequest->response()->header( 'Location: ' . $location ); |
530 | 530 | wfProfileOut( __METHOD__ ); |