summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 6f8a66f3b..b20392656 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1686,6 +1686,8 @@ def get_current_profile(force=False):
def cached_site_changed(sender, **kwargs):
get_current_profile(force=True)
+ from ishtar_common.menus import menu
+ menu.init(force=True)
post_save.connect(cached_site_changed, sender=IshtarSiteProfile)