From 96193bc7ed075c95434656b339d24e0bb44ae178 Mon Sep 17 00:00:00 2001 From: mflandorfer <23025720+mflandorfer@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:37:08 +0100 Subject: [PATCH] Remove navigation reset Co-authored-by: Rich Lott --- CRM/Core/BAO/ConfigSetting.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Core/BAO/ConfigSetting.php b/CRM/Core/BAO/ConfigSetting.php index 4ce934ae2d..f26cc34c4a 100644 --- a/CRM/Core/BAO/ConfigSetting.php +++ b/CRM/Core/BAO/ConfigSetting.php @@ -216,9 +216,6 @@ class CRM_Core_BAO_ConfigSetting { // and it's valid against our configured locales, we require the session // to store this, even if that means starting an anonymous session. $session->set('lcMessages', $chosenLocale); - - // Clear menu cache if we've changed locale. - CRM_Core_BAO_Navigation::resetNavigation(); } /* -- 2.25.1