X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ffilerepo%2FLocalRepo.php;h=20d51c254a41f8bb884cdd399abee5a95c8e3efd;hb=be42e09aa866d7def54ead06c91d5dc9c8210ce5;hp=d91ab24e9c94d6a327940497ed3b5b9334653bc8;hpb=a26885bf978ff6f973abd3d9ead4fb08087a30b1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/LocalRepo.php b/includes/filerepo/LocalRepo.php index d91ab24e9c..20d51c254a 100644 --- a/includes/filerepo/LocalRepo.php +++ b/includes/filerepo/LocalRepo.php @@ -483,7 +483,7 @@ class LocalRepo extends FileRepo { * @return Closure */ protected function getDBFactory() { - return function( $index ) { + return function ( $index ) { return wfGetDB( $index ); }; }