r114385 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114384‎ | r114385 | r114386 >
Date:18:02, 21 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php
@@ -1520,6 +1520,7 @@
15211521 // so we can ignore $wgCookieHttpOnly since the protection it provides
15221522 // is irrelevant for this cookie.
15231523 setcookie( self::$useFormatCookieName, $useFormat, $expiry, $wgCookiePath, $wgCookieDomain, $wgCookieSecure );
 1524+ wfIncrStats( 'mobile.useformat_' . $useFormat . '_cookie_set' );
15241525 }
15251526
15261527 /**
Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend
___________________________________________________________________
Modified: svn:mergeinfo
15271528 Merged /trunk/extensions/MobileFrontend:r114384

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114384Adding wfIncrStats() call when mf_useformat cookie gets setawjrichards17:55, 21 March 2012

Status & tagging log