} // END - if
// Remove cache
- foreach (array('config', 'extension', 'filter', 'modules', 'earning') as $cache) {
+ foreach (array('config', 'extension', 'filter', 'modules', 'earning', 'points_data') as $cache) {
if ($GLOBALS['cache_instance']->loadCacheFile($cache)) {
$GLOBALS['cache_instance']->removeCacheFile();
} // END - if
} // END - if
// Remove cache files
- foreach (array('admin', 'admin_acls', 'config', 'extension', 'earning', 'modules', 'refdepths', 'refsystem', 'themes', 'filter', 'imprint') as $cache) {
+ foreach (array('admin', 'admin_acls', 'config', 'extension', 'earning', 'filter', 'imprint', 'modules', 'points_data', 'refdepths', 'refsystem', 'themes') as $cache) {
// Is the cache file readable?
// @TODO This should be rewritten not to load the cache file for just checking if it is there for save removal.
if ($GLOBALS['cache_instance']->loadCacheFile($cache)) {