X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Ffilerepo%2FForeignDBViaLBRepo.php;h=8153ffb470fa439f4ea6e58e9c2d26d47dd14635;hb=5fea642f16cefb08d32d69013b2bc845670f2486;hp=18f8d5df1cc4e733238f02c3a96bc6a5bc3a8849;hpb=76dc1986514cc2da47a0d3872bac8cdcb4ef80e5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/ForeignDBViaLBRepo.php b/includes/filerepo/ForeignDBViaLBRepo.php index 18f8d5df1c..8153ffb470 100644 --- a/includes/filerepo/ForeignDBViaLBRepo.php +++ b/includes/filerepo/ForeignDBViaLBRepo.php @@ -90,4 +90,8 @@ class ForeignDBViaLBRepo extends LocalRepo { protected function assertWritableRepo() { throw new MWException( get_class( $this ) . ': write operations are not supported.' ); } + + public function getInfo() { + return FileRepo::getInfo(); + } }