Commit a1854810 authored by Vincent Pelletier's avatar Vincent Pelletier

Update comment (forgotten in 28921).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28924 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb3aa872
......@@ -96,8 +96,9 @@ class ActiveObject(ExtensionClass.Base):
tagged with this tag.
"""
# Get activate values from activate_kw, then _v_activate_kw
# only if they are not set directly as arguments to activate()
# Get activate values from activate_kw, then default_activate_parameter
# transactional variable only if they are not set directly as arguments
# to activate()
if activate_kw is not None:
for k, v in activate_kw.iteritems():
if k not in kw:
......
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