X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FReadOnlyMode.php;h=d0da10eb035947d253867acbfd92a79ebf5db3c4;hb=8b698a80cf17c0b653d88f079cc4a1f343b76a25;hp=e7673599297d95e4a9b4b2edbe77506268a330a2;hpb=207543b255632bab4e29e3d76b743c5db369fe48;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(); - } }