Index: trunk/phase3/includes/installer/SqliteInstaller.php |
— | — | @@ -158,7 +158,6 @@ |
159 | 159 | //@todo or...? |
160 | 160 | $this->db->reportQueryError( $err, 0, $sql, __FUNCTION__ ); |
161 | 161 | } |
162 | | - //@todo set up searchindex |
163 | 162 | $this->setupSearchIndex(); |
164 | 163 | // Create default interwikis |
165 | 164 | return Status::newGood(); |