diff --git a/cms/sites/__init__.py b/cms/sites/__init__.py index d0d8ca2..560f83c 100644 --- a/cms/sites/__init__.py +++ b/cms/sites/__init__.py @@ -233,7 +233,7 @@ class Initialization (IOConfig): if _missing : for _name in _missing : _menu[_name] = _menu[_name] - self.set('layout.menu',_menu) + self.set('layout.menu',_menu) def routes (self,**_args): """ This method will update menu with dependent sites/apps and add them to the menu