Commit 4e831f79 authored by Romain Courteaud's avatar Romain Courteaud

Fix wrong tales expression.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12966 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8dc4193
......@@ -546,7 +546,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:portal.getDefaultModuleId(\'Project Module\', None)</string> </value>
<value> <string>python: here.getPortalObject().getDefaultModuleId(\'Project Module\', None)</string> </value>
</item>
</dictionary>
</pickle>
......
232
\ No newline at end of file
233
\ No newline at end of file
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