r97319 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97318‎ | r97319 | r97320 >
Date:19:04, 16 September 2011
Author:preilly
Status:old
Tags:
Comment:
mft r97317
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php
@@ -727,7 +727,7 @@
728728 // before the output buffer callback function executes.
729729 // Thus, globalized objects will not be available as expected in the function.
730730 // This is stated to be intended behavior, as per the following: [http://bugs.php.net/bug.php?id=40104]
731 - $mDefaultQuery = $wgRequest->getQueryValues();
 731+ $mDefaultQuery = $_GET;
732732 unset( $mDefaultQuery['seg'] );
733733 unset( $mDefaultQuery['useformat'] );
734734

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97317$wgRequest->getQueryValues(); does not exist until r82694preilly19:03, 16 September 2011

Status & tagging log