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

Clear cache after core update

This commit is contained in:
Cameron
2019-05-22 13:57:51 -07:00
parent 6849a47545
commit 1501ccfda5
2 changed files with 12 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ class e107Update
else
{
$mes->add($message, E_MESSAGE_SUCCESS);
e107::getCache()->clear_sys('Update_core');
}
}
}