Hello all,
I wonder if zope.app.traversing.adapters.RootPhysicallyLocatable
def getNearestSite(self):
"See IPhysicallyLocatable"
return self
shouldn't rather be
def getNearestSite(self):
"See IPhysicallyLocatable"
return self.context
or am I mistaken?
Regards,
Sven