Index: trunk/phase3/includes/installer/SqliteInstaller.php |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | |
154 | 154 | public function createTables() { |
155 | 155 | $status = parent::createTables(); |
156 | | - return $this->setupSearchIndex( $status );; |
| 156 | + return $this->setupSearchIndex( $status ); |
157 | 157 | } |
158 | 158 | |
159 | 159 | public function setupSearchIndex( &$status ) { |