mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Clear addons update check after plugin install, and when clearing all caches
This commit is contained in:
@@ -94,6 +94,7 @@ if (isset($_POST['trigger_empty_cache']))
|
||||
e107::getCache()->clearAll('browser');
|
||||
e107::getCache()->clearAll('js');
|
||||
e107::getCache()->clearAll('css');
|
||||
e107::getSession()->clear('addons-update-status');
|
||||
e107::getLog()->flushMessages(CACLAN_26);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user