Commit b046f6dd authored by Alexandre Boeglin's avatar Alexandre Boeglin

Just forgot to remove LOGs once again ...


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3258 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 556a2b2c
......@@ -203,9 +203,7 @@ class CategoryTool( UniqueObject, Folder, Base ):
context = aq_base(self)
if base_category is not None:
context = context.unrestrictedTraverse(base_category)
LOG('context base', 0, repr(context))
context = aq_base(context)
LOG('context', 0, repr(context))
node = context.unrestrictedTraverse(relative_url)
return node.__of__(self)
except:
......
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