Commit 1fbef1cf authored by Gabriel Monnerat's avatar Gabriel Monnerat

Fix code to call the method instead pass the function

parent 55690c1b
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return {"social_title" : getattr(context, \'getSocialTitleTranslatedTitle\', \'\'),\n
<value> <string>return {"social_title" : getattr(context, \'getSocialTitleTranslatedTitle\', lambda x: \'\')(None),\n
"title": context.getTitle(),\n
}\n
</string> </value>
......
609
\ No newline at end of file
611
\ 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