--- ECHO_content/ECHO_helpers.py 2005/10/10 10:05:06 1.61 +++ ECHO_content/ECHO_helpers.py 2005/10/10 10:29:12 1.62 @@ -408,7 +408,7 @@ class ECHO_basis: if hasattr(getattr(self,link),'link'): cLink=getattr(self,link).link # if existing delete virtuell path - if self.REQUEST.hasattr('VirtualRootPhysicalPath'): + if hasattr(self.REQUEST,'VirtualRootPhysicalPath'): cLink=cLink.replace('/'.join(self.REQUEST['VirtualRootPhysicalPath']),'') if backLink and hasattr(getattr(self,link),'link') and backLink==self.REQUEST['SERVER_URL']+cLink.lstrip():