X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Flbfactory%2FLBFactory.php;h=3a8f2e1fcd4c60b33c383e1079b91d2124ad433e;hp=007ac20662b653c9afcac7ab395e99836c5ff982;hb=a38af7ba26579bb3004f673e44d39710887763aa;hpb=76604210756c307a99c995f06efed38f95781715 diff --git a/includes/libs/rdbms/lbfactory/LBFactory.php b/includes/libs/rdbms/lbfactory/LBFactory.php index 007ac20662..3a8f2e1fcd 100644 --- a/includes/libs/rdbms/lbfactory/LBFactory.php +++ b/includes/libs/rdbms/lbfactory/LBFactory.php @@ -654,7 +654,7 @@ abstract class LBFactory implements ILBFactory { } public function closeAll() { - $this->forEachLBCallMethod( 'closeAll', [] ); + $this->forEachLBCallMethod( 'closeAll' ); } public function setAgentName( $agent ) {