X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FConfiguredReadOnlyMode.php;h=7df2aed28140d07a932f7f8bbc42bad7c5b650be;hb=0fb6bd09b0aa0741316007a6ea1b62ec4518d7b3;hp=17c28ec388fd19d2711694a27b8406791a79c618;hpb=a38af7ba26579bb3004f673e44d39710887763aa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ConfiguredReadOnlyMode.php b/includes/ConfiguredReadOnlyMode.php index 17c28ec388..7df2aed281 100644 --- a/includes/ConfiguredReadOnlyMode.php +++ b/includes/ConfiguredReadOnlyMode.php @@ -63,11 +63,4 @@ class ConfiguredReadOnlyMode { public function setReason( $msg ) { $this->overrideReason = $msg; } - - /** - * Clear the cache of the read only file - */ - public function clearCache() { - $this->fileReason = null; - } }