mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
Update style.php
This commit is contained in:
@@ -32,7 +32,7 @@ class kleeja_style
|
|||||||
$files = glob($this->cache_folder."/*".$cache_ext); //get all files ended with style caches file extention
|
$files = glob($this->cache_folder."/*".$cache_ext); //get all files ended with style caches file extention
|
||||||
foreach ($files as $file)
|
foreach ($files as $file)
|
||||||
{
|
{
|
||||||
unlink($file);
|
delete_cache($file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user