Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -1345,7 +1345,7 @@ |
1346 | 1346 | $ptAnonLoginLinkTitle->nodeValue = self::$messages['mobile-frontend-login']; |
1347 | 1347 | } |
1348 | 1348 | if ( $ptAnonLoginLinkHref ) { |
1349 | | - $ptAnonLoginLinkHref->nodeValue = str_replace( "&", "&", $ptAnonLoginLinkHref->nodeValue ) . '&useformat=mobile'; |
| 1349 | + $ptAnonLoginLinkHref->nodeValue = str_replace( "&", "&", $ptAnonLoginLinkHref->nodeValue ); |
1350 | 1350 | } |
1351 | 1351 | $ptAnonLoginLinkText = $ptAnonLoginLink->firstChild; |
1352 | 1352 | if ( $ptAnonLoginLinkText ) { |