Commit c348bbbf authored by Kevin Deldycke's avatar Kevin Deldycke

Typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6368 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0d00bfe0
......@@ -78,7 +78,7 @@ except KeyError :\n
raise\n
gap_root = context.getPortalDefaultGapRoot()\n
\n
def getGapItemList(gap_root, portal_path) : \n
def getGapItemList(gap_root, portal_path): \n
obj = context.portal_categories.resolveCategory(gap_root)\n
return obj.getCategoryChildItemList(base=0, display_method=display, sort_method=sort)\n
\n
......
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