Test cases working with “make tap” but not just “phpunit” right now.
[lhc/web/wiklou.git] / maintenance / updateSpecialPages.php
index 8e5e45d..aaad371 100644 (file)
@@ -122,7 +122,7 @@ class UpdateSpecialPages extends Maintenance {
                                                $this->output( "Reconnected\n\n" );
                                        } else {
                                                # Commit the results
-                                               $dbw->immediateCommit();
+                                               $dbw->commit();
                                        }
                                        # Wait for the slave to catch up
                                        wfWaitForSlaves( 5 );