/** * Overload: after this action field info table has to be rebuilt * * @param $what array */ public function doUpdates($what = array('core', 'extensions', 'purge', 'stats')) { parent::doUpdates($what); $this->db->query('BEGIN fill_wiki_info; END;'); }