Commit bf645e53 authored by Jérome Perrin's avatar Jérome Perrin

One use of context was not removed in r18134

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18222 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef0d44ef
......@@ -120,7 +120,8 @@ msg = translateString(msg, \n
)\n
\n
# We can now notify the owner through the notification tool\n
context.portal_notifications.sendMessage(sender=user, recipient=owner, subject=subject, message=msg)\n
portal.portal_notifications.sendMessage(\n
sender=user, recipient=owner, subject=subject, message=msg)\n
</string> </value>
</item>
<item>
......@@ -194,7 +195,6 @@ context.portal_notifications.sendMessage(sender=user, recipient=owner, subject=s
<string>subject</string>
<string>msg</string>
<string>dict</string>
<string>context</string>
</tuple>
</value>
</item>
......
260
\ No newline at end of file
261
\ 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