Fix initSiteStats.php maintenance script
authorThis, that and the other <at.light@live.com.au>
Tue, 27 May 2014 08:09:24 +0000 (18:09 +1000)
committerLegoktm <legoktm.wikipedia@gmail.com>
Sun, 29 Jun 2014 00:12:16 +0000 (00:12 +0000)
commitbabe76221c258093cc22029a6188e6cd6783ed00
treedb91934e1d8e9bfb24049cdd7b6fc0d03a07816a
parent106e27260ba7bd04d63918d72519ce4d6b2f5131
Fix initSiteStats.php maintenance script

It appears not to have worked for some time, as it either calls a protected
function ($counter->refresh()) or an undefined function
($counter->update()) depending on the parameters specified.

Bug: 65214
Change-Id: Ia7d867792b84c98714ec6dbbfef09745e875c8bc
includes/SiteStats.php
maintenance/initSiteStats.php