Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -727,7 +727,7 @@ |
728 | 728 | // before the output buffer callback function executes. |
729 | 729 | // Thus, globalized objects will not be available as expected in the function. |
730 | 730 | // 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; |
732 | 732 | unset( $mDefaultQuery['seg'] ); |
733 | 733 | unset( $mDefaultQuery['useformat'] ); |
734 | 734 | |