r72152 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72151‎ | r72152 | r72153 >
Date:19:05, 1 September 2010
Author:demon
Status:ok
Tags:
Comment:
Stray semicolon, followup r72150
Modified paths:
  • /trunk/phase3/includes/installer/SqliteInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/SqliteInstaller.php
@@ -152,7 +152,7 @@
153153
154154 public function createTables() {
155155 $status = parent::createTables();
156 - return $this->setupSearchIndex( $status );;
 156+ return $this->setupSearchIndex( $status );
157157 }
158158
159159 public function setupSearchIndex( &$status ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72150Move createTables() up a level, this code was practically identicaldemon19:03, 1 September 2010

Status & tagging log