From: Chad Horohoe Date: Wed, 1 Sep 2010 19:05:52 +0000 (+0000) Subject: Stray semicolon, followup r72150 X-Git-Tag: 1.31.0-rc.0~35237 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=52e5c0d42c90789dbeff2aafb72c332cda023f17;p=lhc%2Fweb%2Fwiklou.git Stray semicolon, followup r72150 --- diff --git a/includes/installer/SqliteInstaller.php b/includes/installer/SqliteInstaller.php index e1f6985f23..640cf5a028 100644 --- a/includes/installer/SqliteInstaller.php +++ b/includes/installer/SqliteInstaller.php @@ -152,7 +152,7 @@ class SqliteInstaller extends DatabaseInstaller { public function createTables() { $status = parent::createTables(); - return $this->setupSearchIndex( $status );; + return $this->setupSearchIndex( $status ); } public function setupSearchIndex( &$status ) {