Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | } |
90 | 90 | |
91 | 91 | class ExtMobileFrontend { |
92 | | - const VERSION = '0.5.88'; |
| 92 | + const VERSION = '0.5.89'; |
93 | 93 | |
94 | 94 | /** |
95 | 95 | * @var DOMDocument |
— | — | @@ -569,6 +569,7 @@ |
570 | 570 | } |
571 | 571 | |
572 | 572 | if ( $mobileAction == 'opt_in_cookie' ) { |
| 573 | + wfIncrStats( 'opt_in_cookie_set' ); |
573 | 574 | $this->setOptInOutCookie( '1' ); |
574 | 575 | $this->disableCaching(); |
575 | 576 | $location = wfExpandUrl( Title::newMainPage()->getFullURL(), PROTO_CURRENT ); |