Skip to content

Commit

Permalink
Fixed resource cache not being cleared
Browse files Browse the repository at this point in the history
Fix for #725
  • Loading branch information
eSilverStrike committed Nov 21, 2017
1 parent 34f533c commit 23d7a51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions public_html/admin/clearctl.php
Expand Up @@ -43,6 +43,9 @@
/*
* Main processing
*/
CTL_clearCache();
CTL_clearCache(); // Clearing Template Cache

Geeklog\Cache::clear(); // Clearing Resource Cache (CSS, and Javascript concatenated and minified files)

COM_redirect($_CONF['site_admin_url'] . '/index.php?msg=500');
Geeklog\Cache::clear();

0 comments on commit 23d7a51

Please sign in to comment.