Merge "rdbms: add getChronologyProtectorClientId() to ILBFactory"
[lhc/web/wiklou.git] / includes / libs / rdbms / lbfactory / LBFactory.php
index b02c1b7..b4d260f 100644 (file)
@@ -399,7 +399,7 @@ abstract class LBFactory implements ILBFactory {
                                $lbs[] = $lb;
                        } );
                        if ( !$lbs ) {
-                               return; // nothing actually used
+                               return true; // nothing actually used
                        }
                }