Index: branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -569,7 +569,7 @@ |
570 | 570 | } |
571 | 571 | |
572 | 572 | if ( $mobileAction == 'opt_in_cookie' ) { |
573 | | - wfIncrStats( 'opt_in_cookie_set' ); |
| 573 | + wfIncrStats( 'mobile.opt_in_cookie_set' ); |
574 | 574 | $this->setOptInOutCookie( '1' ); |
575 | 575 | $this->disableCaching(); |
576 | 576 | $location = wfExpandUrl( Title::newMainPage()->getFullURL(), PROTO_CURRENT ); |