Commit 66ebcefe authored by Jérome Perrin's avatar Jérome Perrin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10520 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b07e019e
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<value> <string>source = context.getSourceSectionValue()\n <value> <string>source = context.getSourceSectionValue()\n
section_category = context.portal_preferences.getPreferredSectionCategory()\n section_category = context.portal_preferences.getPreferredSectionCategory()\n
if source is not None and section_category:\n if source is not None and section_category:\n
if source.isMemberOf(section_cat):\n if source.isMemberOf(section_category):\n
return 1\n return 1\n
\n \n
return 0\n return 0\n
...@@ -126,7 +126,7 @@ return 0\n ...@@ -126,7 +126,7 @@ return 0\n
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>source</string> <string>source</string>
<string>section_cat</string> <string>section_category</string>
<string>None</string> <string>None</string>
</tuple> </tuple>
</value> </value>
......
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