X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FReadOnlyMode.php;h=1a0929026f9727a53962fc89feda7edafcede2c2;hp=e7673599297d95e4a9b4b2edbe77506268a330a2;hb=e73328601d51674e8fef89c3db12b30ceafd702f;hpb=e0a20177a0068d68315c142a30d56c77c2b3de2f 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(); - } }