1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +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

@@ -69,6 +69,7 @@ class _system_cron
$fl->chmod(e_BASE."cron.php",0755);
$fl->chmod(e_HANDLER."bounce_handler.php",0755);
e107::getCache()->clearAll('system');
}