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)