Commit a68fd60c authored by Christopher Petrilli's avatar Christopher Petrilli

Typo fixed. Thanks Steve. :-)

parent 24b3663e
......@@ -435,7 +435,7 @@ class ZCatalog(Folder, Persistent, Implicit):
if not obj:
if REQUEST is None:
REQUEST=self.REQUEST
obj = self.sq_parent.resolve_url(self.getpath(rid), REQUEST)
obj = self.aq_parent.resolve_url(self.getpath(rid), REQUEST)
return obj
except:
pass
......
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