From 42282e9d170a00b0d1e58fea3360fad48b0b0f4f Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 28 Apr 2011 12:43:59 +0000 Subject: [PATCH] =?UTF-8?q?M=C3=A9thode=20deletefiile=20en=20public?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/Scores/Cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Scores/Cache.php b/library/Scores/Cache.php index 7e3925917..e05b823da 100644 --- a/library/Scores/Cache.php +++ b/library/Scores/Cache.php @@ -67,7 +67,7 @@ class Cache return false; } - protected function deletefile() + public function deletefile() { if(file_exists($this->file)) return unlink($this->file);