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 @@ ...@@ -50,7 +50,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <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 "title": context.getTitle(),\n
}\n }\n
</string> </value> </string> </value>
......
609 611
\ No newline at end of file \ 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