Chat, Piwik: Rename _pluginMenuItems to extra_menu_items

This commit is contained in:
Adrian Moennich 2015-03-03 09:39:20 +01:00
parent c4fb1019a1
commit daf3d37163
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ class WPChatEventPage(WPJinjaMixinPlugin, WPConferenceDefaultDisplayBase):
class WPChatEventMgmt(WPJinjaMixinPlugin, WPConferenceModifBase):
def _setActiveSideMenuItem(self):
self._pluginMenuItems['chat-management'].setActive(True)
self.extra_menu_items['chat-management'].setActive(True)

View File

@ -20,4 +20,4 @@ from MaKaC.webinterface.pages.conferences import WPConferenceModifBase
class WPStatistics(WPJinjaMixinPlugin, WPConferenceModifBase):
def _setActiveSideMenuItem(self):
self._pluginMenuItems['statistics'].setActive()
self.extra_menu_items['statistics'].setActive()