Commit f8cc1314 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Tatuya Kamada

use restrictedTraverse instead of traverseName that is now private since Zope2-2.13.21.

Conflicts:
	bt5/erp5_forge/bt/revision
parent 4bc89311
......@@ -52,7 +52,7 @@
<key> <string>_body</string> </key>
<value> <string>context.getVcsTool().setLogin(auth, user, password)\n
\n
return context.REQUEST.traverseName(context, caller)(**caller_kw)\n
return context.restrictedTraverse(caller)(**caller_kw)\n
</string> </value>
</item>
<item>
......
663
\ No newline at end of file
677
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