--- ECHO_content/VLPExtension.py 2005/10/13 15:59:42 1.50 +++ ECHO_content/VLPExtension.py 2005/10/13 16:58:26 1.51 @@ -813,7 +813,7 @@ class VLP_resource(ECHO_resource,Cacheab urlTmp=self.absolute_url()+"/index.xml" if self.ZCacheable_isCachingEnabled(): - + result = self.ZCacheable_get(view_name=urlTmp) if result is not None: # Got a cached value. @@ -822,7 +822,7 @@ class VLP_resource(ECHO_resource,Cacheab pagelist=[] if not url: - + xmlTxt=getattr(self,'index.xml')() dom=xml.dom.minidom.parseString(xmlTxt) else: