Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | $wgHooks['SkinTemplateOutputPageBeforeExec'][] = array( &$wgExtMobileFrontend, 'addMobileFooter' ); |
51 | 51 | |
52 | 52 | class ExtMobileFrontend { |
53 | | - const VERSION = '0.5.10'; |
| 53 | + const VERSION = '0.5.11'; |
54 | 54 | |
55 | 55 | /** |
56 | 56 | * @var DOMDocument |
— | — | @@ -309,6 +309,7 @@ |
310 | 310 | |
311 | 311 | private function renderDisableMobileSiteXHTML() { |
312 | 312 | if ( $this->contentFormat == 'XHTML' ) { |
| 313 | + $this->getMsg(); |
313 | 314 | $dir = self::$dir; |
314 | 315 | $code = self::$code; |
315 | 316 | $regularSite = self::$messages['mobile-frontend-regular-site']; |