Skip to content

Commit

Permalink
* Fix HTTP 500 error when trying to access plugin settings from web UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed May 17, 2015
1 parent b79fea2 commit 9057c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spambayes/spambayes/CoreUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ def onShowclues(self, key, subject, tokens='0'):
self._writePostamble()

def onPluginconfig(self):
html = self._buildConfigPage(self.plugin.plugin_map)
html = self._buildConfigPage(self.state.plugin.ui.plugin_map)
html.title = _('Home > Plugin Configuration')
html.pagename = _('> Plugin Configuration')
html.plugin_button.name.value = _("Back to basic configuration")
Expand Down

0 comments on commit 9057c50

Please sign in to comment.