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