From ec96985872057340112f65073efc0c4bf86dddb0 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 1 Jun 2024 18:44:06 +0200 Subject: [PATCH] Revert some breaking change --- system/init.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/init.php b/system/init.php index 10379b19..ec61b459 100644 --- a/system/init.php +++ b/system/init.php @@ -134,10 +134,6 @@ $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');