- rework clear cache methods

This commit is contained in:
Uwe Tews
2015-08-03 05:40:34 +02:00
parent 147ba329b5
commit f2585a035c
7 changed files with 47 additions and 83 deletions
@@ -153,7 +153,7 @@ class Smarty_Internal_CacheResource_File extends Smarty_CacheResource
*/
public function clearAll(Smarty $smarty, $exp_time = null)
{
return $this->clear($smarty, null, null, null, $exp_time);
return Smarty_Internal_Extension_Clear::clear($smarty, null, null, null, $exp_time);
}
/**