Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -201,7 +201,7 @@ |
202 | 202 | |
203 | 203 | public function testCanonicalRedirect( $request, $title, $output ) { |
204 | 204 | $xDevice = isset( $_SERVER['HTTP_X_DEVICE'] ) ? $_SERVER['HTTP_X_DEVICE'] : ''; |
205 | | - return ( !empty( $xDevice ) ); |
| 205 | + return ( empty( $xDevice ) ); |
206 | 206 | } |
207 | 207 | |
208 | 208 | public function addMobileFooter( &$obj, &$tpl ) { |