From: Sam Reed Date: Wed, 24 Aug 2011 13:05:44 +0000 (+0000) Subject: Followup r95396, add missing comma X-Git-Tag: 1.31.0-rc.0~28108 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=5de35f7a9929963b983c80f987a06eaba8151e72;p=lhc%2Fweb%2Fwiklou.git Followup r95396, add missing comma --- diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 05273853b9..bbd13a1016 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -62,7 +62,7 @@ class SqliteUpdater extends DatabaseUpdater { // 1.19 array( 'addTable', 'config', 'patch-config.sql' ), - array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql') + array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql'), // 1.19 array( 'addTable', 'globaltemplatelinks', 'patch-globaltemplatelinks.sql' ),