X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FReadOnlyMode.php;h=1a0929026f9727a53962fc89feda7edafcede2c2;hb=db0fefc3c7361d3c9a89896e155e9456fc986a91;hp=e7673599297d95e4a9b4b2edbe77506268a330a2;hpb=52adf05e8f9574b6e16f12fec093fc8eb72f76cc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ReadOnlyMode.php b/includes/ReadOnlyMode.php index e767359929..1a0929026f 100644 --- a/includes/ReadOnlyMode.php +++ b/includes/ReadOnlyMode.php @@ -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(); - } }