Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -1452,7 +1452,7 @@ |
1453 | 1453 | global $wgRequest, $wgCookiePrefix; |
1454 | 1454 | |
1455 | 1455 | if ( !isset( self::$useFormatCookieName )) { |
1456 | | - self::$useFormatCookieName = $wgCookiePrefix . 'mf_useformat'; |
| 1456 | + self::$useFormatCookieName = 'mf_useformat'; |
1457 | 1457 | } |
1458 | 1458 | |
1459 | 1459 | $useFormat = $this->getUseFormat(); |
— | — | @@ -1504,7 +1504,7 @@ |
1505 | 1505 | |
1506 | 1506 | public function getCacheVaryCookies( $out, &$cookies ) { |
1507 | 1507 | global $wgCookiePrefix; |
1508 | | - $cookies[] = $wgCookiePrefix . 'mf_useformat'; |
| 1508 | + $cookies[] = 'mf_useformat'; |
1509 | 1509 | return true; |
1510 | 1510 | } |
1511 | 1511 | |
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1512 | 1512 | Merged /trunk/extensions/MobileFrontend:r114220 |