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