r114214 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r114213
|
r114214
|
r114215
>
Date:
23:32, 19 March 2012
Author:
awjrichards
Status:
ok
Tags:
Comment:
Followup
r114211
, adding return true to hook invocation
Modified paths:
/trunk/extensions/MobileFrontend/MobileFrontend.body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php
—
—
@@ -1506,6 +1506,7 @@
1507
1507
public function getCacheVaryCookies( $out, &$cookies ) {
1508
1508
global $wgCookiePrefix;
1509
1509
$cookies[] = $wgCookiePrefix . 'mf_useformat';
1510
+ return true;
1510
1511
}
1511
1512
1512
1513
/**
Follow-up revisions
Revision
Commit summary
Author
Date
r114216
MFT
r114214
awjrichards
23:33, 19 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r114211
Added invocation of GetCacheVaryCookies hook to ad 'mf_useformat' cookie to x...
awjrichards
23:19, 19 March 2012
Status & tagging log
23:34, 19 March 2012
Preilly
(
talk
|
contribs
)
changed the
status
of r114214
[
removed:
new
added:
ok]