Commit 65accb02 authored by Stephane Fermingier's avatar Stephane Fermingier

Fix namespace error.

parent f0cc1958
......@@ -58,7 +58,7 @@ class Traverser(Persistent, Item):
self.priority)
def _setId(self, id):
if id != self.id:
raise Globals.MessageDialog(
raise MessageDialog(
title='Invalid Id',
message='Cannot change the id of a %s' % self.meta_type,
action ='./manage_main',)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment