Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -323,8 +323,7 @@ |
324 | 324 | $xDevice = isset( $_SERVER['HTTP_X_DEVICE'] ) ? $_SERVER['HTTP_X_DEVICE'] : ''; |
325 | 325 | |
326 | 326 | if (self::$useFormat === 'mobile' || |
327 | | - self::$useFormat === 'mobile-wap' || |
328 | | - isset( $xDevice ) ) { |
| 327 | + self::$useFormat === 'mobile-wap' ) { |
329 | 328 | $this->getMsg(); |
330 | 329 | $this->disableCaching(); |
331 | 330 | ob_start( array( $this, 'DOMParse' ) ); |