diff --git a/includes/style.php b/includes/style.php index 01b2806..1f39ea5 100755 --- a/includes/style.php +++ b/includes/style.php @@ -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); } } }