Update style.php

This commit is contained in:
munjoob
2018-12-12 18:47:54 +00:00
committed by GitHub
parent 11b8770abf
commit e2c1d72ca1

View File

@@ -32,7 +32,7 @@ class kleeja_style
$files = glob($this->cache_folder."/*".$cache_ext); //get all files ended with style caches file extention
foreach ($files as $file)
{
unlink($file);
delete_cache($file);
}
}
}