1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Additional checks for constants. Disable addon lookup cache in debug mode.

This commit is contained in:
Cameron
2021-01-05 10:04:26 -08:00
parent 7dec5cf40e
commit 741d91a76b
5 changed files with 13 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ if (isset($_POST['trigger_empty_cache']))
case 'empty_syscache':
e107::getCache()->clearAll('system');
e107::getLog()->flushMessages(CACLAN_16);
e107::getSession()->clear('addons-update-status');
break;
case 'empty_dbcache':