Per Platonides, follow-up r72842: pass the db connection to SiteStatsInit::doAllAndCo...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jun 2011 15:39:40 +0000 (15:39 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 29 Jun 2011 15:39:40 +0000 (15:39 +0000)
commit60eca97237da62964224569d9b1b8cff71451a1e
treea0da722625759228de0361e3c0c0873860958e96
parenta8d6a24ea99a4c2106b06e319b17c4c6cfb21d5c
Per Platonides, follow-up r72842: pass the db connection to SiteStatsInit::doAllAndCommit(). Changed parameters to that functions to give as first parameter a db connection and merged existing ones in the second parameter which is now an array of options (and is also much, much easier to read that those boolean parameters). No other calls in core or extensions.
includes/SiteStats.php
includes/installer/DatabaseUpdater.php