Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -1505,6 +1505,7 @@ |
1506 | 1506 | public function getCacheVaryCookies( $out, &$cookies ) { |
1507 | 1507 | global $wgCookiePrefix; |
1508 | 1508 | $cookies[] = $wgCookiePrefix . 'mf_useformat'; |
| 1509 | + return true; |
1509 | 1510 | } |
1510 | 1511 | |
1511 | 1512 | /** |
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1512 | 1513 | Merged /trunk/extensions/MobileFrontend:r114214 |