Méthode deletefiile en public

This commit is contained in:
Michael RICOIS 2011-04-28 12:43:59 +00:00
parent e1a823ed53
commit 42282e9d17

View File

@ -67,7 +67,7 @@ class Cache
return false;
}
protected function deletefile()
public function deletefile()
{
if(file_exists($this->file))
return unlink($this->file);