Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | } |
86 | 86 | |
87 | 87 | class ExtMobileFrontend { |
88 | | - const VERSION = '0.5.74'; |
| 88 | + const VERSION = '0.5.75'; |
89 | 89 | |
90 | 90 | /** |
91 | 91 | * @var DOMDocument |
— | — | @@ -484,8 +484,7 @@ |
485 | 485 | if ( self::$useFormat === 'mobile' || |
486 | 486 | self::$useFormat === 'mobile-wap' || |
487 | 487 | !empty( $xDevice ) ) { |
488 | | - if ( $action !== 'edit' && |
489 | | - $mobileAction !== 'view_normal_site' ) { |
| 488 | + if ( $action !== 'edit' ) { |
490 | 489 | $this->getMsg(); |
491 | 490 | $this->disableCaching(); |
492 | 491 | $this->sendXDeviceVaryHeader(); |