Merge "Pingback: Show exactly what data is being sent during the installer"
[lhc/web/wiklou.git] / includes / utils / BatchRowWriter.php
index 13cab5b..ffb7053 100644 (file)
@@ -66,6 +66,6 @@ class BatchRowWriter {
                }
 
                $this->db->commit();
-               wfWaitForSlaves( false, false, $this->clusterName );
+               wfGetLBFactory()->waitForReplication();
        }
 }