From e2c1d72ca160170fc765c351a55c5881c9388382 Mon Sep 17 00:00:00 2001 From: munjoob <35959208+munjoob@users.noreply.github.com> Date: Wed, 12 Dec 2018 18:47:54 +0000 Subject: [PATCH] Update style.php --- includes/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } }