--- ImageArchive/ImageArchive.py 2005/04/10 13:32:28 1.51 +++ ImageArchive/ImageArchive.py 2005/04/10 13:47:25 1.52 @@ -1020,7 +1020,7 @@ class ImageCollection(Folder, Persistent ret+=link%(self.aq_parent.absolute_url(), "back ("+self.aq_parent.title+")") ret+="
" - iCs=self.ZopeFind(self,obj_metatypes="ImageCollection") + iCs=self.ZopeFind(self,obj_metatypes=["ImageCollection"]) if not iCs: return ret else: