entities/authobjs.py
changeset 8483 4ba11607d84a
parent 7994 af3fb709c061
child 8538 00597256de18
--- a/entities/authobjs.py	Tue Jul 17 17:16:28 2012 +0200
+++ b/entities/authobjs.py	Tue Jul 17 12:24:46 2012 +0200
@@ -101,7 +101,7 @@
                 kwargs['for_user'] = self
             self._cw.create_entity('CWProperty', **kwargs)
         else:
-            prop.set_attributes(value=value)
+            prop.cw_set(value=value)
 
     def matching_groups(self, groups):
         """return the number of the given group(s) in which the user is