web/views/vcard.py
changeset 3460 e4843535db25
parent 3451 6b46d73823f5
child 4252 6c4f109c2b03
--- a/web/views/vcard.py	Thu Sep 24 00:23:32 2009 +0200
+++ b/web/views/vcard.py	Thu Sep 24 00:24:21 2009 +0200
@@ -28,7 +28,7 @@
 
     def cell_call(self, row, col):
         self.vcard_header()
-        self.vcard_content(self.complete_entity(row, col))
+        self.vcard_content(self.cw_rset.complete_entity(row, col))
         self.vcard_footer()
 
     def vcard_header(self):