https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114385

Revision: 114385
Author:   awjrichards
Date:     2012-03-21 18:02:21 +0000 (Wed, 21 Mar 2012)
Log Message:
-----------
MFT r114384

Modified Paths:
--------------
    branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php

Property Changed:
----------------
    branches/wmf/1.19wmf1/extensions/MobileFrontend/


Property changes on: branches/wmf/1.19wmf1/extensions/MobileFrontend
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/extensions/MobileFrontend:99727,114313,114315,114319,114341
   + /trunk/extensions/MobileFrontend:99727,114313,114315,114319,114341,114384

Modified: 
branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php
===================================================================
--- branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php     
2012-03-21 17:55:36 UTC (rev 114384)
+++ branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php     
2012-03-21 18:02:21 UTC (rev 114385)
@@ -1520,6 +1520,7 @@
                // so we can ignore $wgCookieHttpOnly since the protection it 
provides
                // is irrelevant for this cookie.
                setcookie( self::$useFormatCookieName, $useFormat, $expiry, 
$wgCookiePath, $wgCookieDomain, $wgCookieSecure );
+               wfIncrStats( 'mobile.useformat_' . $useFormat . '_cookie_set' );
        }
        
        /**


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to