Followup r60051, with the rest of the callers and removing a useless subclassing...
[lhc/web/wiklou.git] / maintenance / addwiki.php
index 29853f1..37140c6 100644 (file)
@@ -118,7 +118,7 @@ class AddWiki extends Maintenance {
                                $blobsFile = popen( $sedCmd, 'r' );
                                $extdb->sourceStream( $blobsFile );
                                pclose( $blobsFile );
-                               $extdb->immediateCommit();
+                               $extdb->commit();
                        }
                }