Skip to content

Commit

Permalink
Removed a stray "context.", this closes #11322.
Browse files Browse the repository at this point in the history
  • Loading branch information
k-j-kleist committed Oct 25, 2011
1 parent 4121f28 commit 200afa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/portlets/browser/manage.py
Expand Up @@ -98,7 +98,7 @@ def int2status(status):

def convert_legacy_portlets(self):
utils.convert_legacy_portlets(self.context)
self.context.request.response.redirect(self.context.absolute_url() + '/@@manage-portlets')
self.request.response.redirect(self.context.absolute_url() + '/@@manage-portlets')


class ManageDashboardPortlets(BrowserView):
Expand Down

0 comments on commit 200afa4

Please sign in to comment.