X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Flbfactory%2FLBFactory.php;h=3a8f2e1fcd4c60b33c383e1079b91d2124ad433e;hb=11ae3cff7b3cf20f6f868d420b051013634a1dc8;hp=9ec1ce125b02ee007e798b80a3b9c1993cd5ea9c;hpb=d98de9926d033b9eaa30306379dc1815ee27b42f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/lbfactory/LBFactory.php b/includes/libs/rdbms/lbfactory/LBFactory.php index 9ec1ce125b..3a8f2e1fcd 100644 --- a/includes/libs/rdbms/lbfactory/LBFactory.php +++ b/includes/libs/rdbms/lbfactory/LBFactory.php @@ -634,7 +634,7 @@ abstract class LBFactory implements ILBFactory { public function setLocalDomainPrefix( $prefix ) { $this->localDomain = new DatabaseDomain( $this->localDomain->getDatabase(), - null, + $this->localDomain->getSchema(), $prefix ); @@ -654,7 +654,7 @@ abstract class LBFactory implements ILBFactory { } public function closeAll() { - $this->forEachLBCallMethod( 'closeAll', [] ); + $this->forEachLBCallMethod( 'closeAll' ); } public function setAgentName( $agent ) {