r104994 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104993‎ | r104994 | r104995 >
Date:20:03, 2 December 2011
Author:preilly
Status:ok
Tags:
Comment:
add stats call
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -88,7 +88,7 @@
8989 }
9090
9191 class ExtMobileFrontend {
92 - const VERSION = '0.5.88';
 92+ const VERSION = '0.5.89';
9393
9494 /**
9595 * @var DOMDocument
@@ -569,6 +569,7 @@
570570 }
571571
572572 if ( $mobileAction == 'opt_in_cookie' ) {
 573+ wfIncrStats( 'opt_in_cookie_set' );
573574 $this->setOptInOutCookie( '1' );
574575 $this->disableCaching();
575576 $location = wfExpandUrl( Title::newMainPage()->getFullURL(), PROTO_CURRENT );

Follow-up revisions

RevisionCommit summaryAuthorDate
r1049951.18wmf1: MFT r104994preilly20:03, 2 December 2011

Status & tagging log