Commit 84d00418 authored by Vincent Pelletier's avatar Vincent Pelletier

CMFCategory: Do not use getCategoryValue for accessing a base category.

parent 65831eee
......@@ -932,7 +932,7 @@ class CategoryTool(BaseTool):
spec=spec, filter=filter, **kw ) # Not acquired because this is the first try
# to get a local defined category
base_category_value = self.getCategoryValue(base_category)
base_category_value = self.get(base_category)
#LOG("result", 0, str(result))
if base_category_value is not None:
# If we do not mask or append, return now if not empty
......
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