X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FReadOnlyMode.php;h=d0da10eb035947d253867acbfd92a79ebf5db3c4;hb=83a820e0d608baa7d3e17478d795b67d26e988e3;hp=e7673599297d95e4a9b4b2edbe77506268a330a2;hpb=f2b01310d90060ba2ccba3e6d36b67e942bff978;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ReadOnlyMode.php b/includes/ReadOnlyMode.php index e767359929..d0da10eb03 100644 --- a/includes/ReadOnlyMode.php +++ b/includes/ReadOnlyMode.php @@ -1,6 +1,6 @@ configuredReadOnly = $cro; $this->loadBalancer = $loadBalancer; } @@ -58,11 +58,4 @@ class ReadOnlyMode { public function setReason( $msg ) { $this->configuredReadOnly->setReason( $msg ); } - - /** - * Clear the cache of the read only file - */ - public function clearCache() { - $this->configuredReadOnly->clearCache(); - } }