Fix config_lua reloading, cache clear problem

This commit is contained in:
slawkens
2024-02-17 16:43:21 +01:00
parent 93ad347571
commit fdd3bfd105
2 changed files with 6 additions and 1 deletions

View File

@@ -134,6 +134,10 @@ $ots = POT::getInstance();
$eloquentConnection = null;
require_once SYSTEM . 'database.php';
if ($config_lua_reload) {
clearCache();
}
// verify myaac tables exists in database
if(!defined('MYAAC_INSTALL') && !$db->hasTable('myaac_account_actions')) {
throw new RuntimeException('Seems that the table myaac_account_actions of MyAAC doesn\'t exist in the database. This is a fatal error. You can try to reinstall MyAAC by visiting ' . BASE_URL . 'install');