From 5b7197662475aca5e2b2bb9a4fff86d646fd9e4f Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Sun, 4 May 2025 21:11:40 +0700 Subject: [PATCH] clear setting cache after upgrade --- nexus/Install/Update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nexus/Install/Update.php b/nexus/Install/Update.php index d9632240..3c5b5118 100644 --- a/nexus/Install/Update.php +++ b/nexus/Install/Update.php @@ -373,6 +373,8 @@ class Update extends Install $this->doLog("torrents table does not has column: tags"); } + clear_setting_cache(); + } private function addMenu($table, array $menus)