Remove hardcoded commit statements for pg installer.
[lhc/web/wiklou.git] / includes / installer / PostgresInstaller.php
index 74688e1..97f8efb 100644 (file)
@@ -463,7 +463,7 @@ class PostgresInstaller extends DatabaseInstaller {
        }
 
        function commitChanges() {
-               $this->db->query( 'COMMIT' );
+               $this->db->commit();
                return Status::newGood();
        }