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=ae031e237eab8e2023d0fe128f9749a8a43ea439;hpb=b6a1f3bc774d043c69e9ed2875210049cdda9d68 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(); - } }