25 if ( !$status->isOK() ) {
28 $status->getDB()->newInsertQueryBuilder()
29 ->insertInto(
'site_stats' )
33 'ss_total_edits' => 0,
34 'ss_good_articles' => 0,
35 'ss_total_pages' => 0,
37 'ss_active_users' => 0,
40 ->caller( __METHOD__ )
43 return Status::newGood();
Dependency bundle and execution context for installer tasks.