Skip to content

Commit

Permalink
Fixes #5017 - System logs message fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Jun 21, 2023
1 parent 4ef2f73 commit accc345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e107_admin/cache.php
Expand Up @@ -82,13 +82,13 @@
// used in standard page output and internal JS includes
case 'empty_browsercache':
e107::getCache()->clearAll('browser');
e107::getLog()->flushMessages(CACLAN_25);
e107::getLog()->flushMessages(CACLAN_27);
break;

case 'empty_jscss':
e107::getCache()->clearAll('js');
e107::getCache()->clearAll('css');
// e107::getAdminLog()->flushMessages(CACLAN_5);
e107::getLog()->flushMessages(CACLAN_30);
break;

// all
Expand Down

0 comments on commit accc345

Please sign in to comment.