Merge "Fix docs for LanguageLinks hook"
[lhc/web/wiklou.git] / includes / libs / rdbms / lbfactory / LBFactory.php
index d21289b..4fb5b38 100644 (file)
@@ -355,6 +355,7 @@ abstract class LBFactory implements ILBFactory {
 
                if ( $failed ) {
                        throw new DBReplicationWaitError(
+                               null,
                                "Could not wait for replica DBs to catch up to " .
                                implode( ', ', $failed )
                        );