Commit f21e925e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Arnaud Fontaine

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

parent d6b63c7f
......@@ -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>
......
673
\ No newline at end of file
674
\ 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