r104995 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104994‎ | r104995 | r104996 >
Date:20:03, 2 December 2011
Author:preilly
Status:deferred
Tags:
Comment:
1.18wmf1: MFT r104994
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/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 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104994add stats callpreilly20:03, 2 December 2011

Status & tagging log