Commit f5c1bbe6 authored by Chris McDonough's avatar Chris McDonough

Made resolve_path use unrestrictedTraverse instead of restrictedTraverse.

parent afe3069f
......@@ -669,7 +669,7 @@ class ZCatalog(Folder, Persistent, Implicit):
No exceptions are raised.
"""
try:
return self.restrictedTraverse(path)
return self.unrestrictedTraverse(path)
except:
return None
......
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