1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Clear system cache after running Git pull or sync.

This commit is contained in:
Cameron
2020-03-26 11:53:37 -07:00
parent 0fc826f171
commit f4b4ba61d5
2 changed files with 3 additions and 0 deletions

View File

@@ -393,6 +393,8 @@ class system_tools
e107::getRender()->tablerender(DBLAN_10.SEP.DBLAN_112, e107::getMessage()->render());
e107::getCache()->clearAll('system');
}