server/migractions.py
changeset 8483 4ba11607d84a
parent 8467 ad75430a2dc8
child 8535 268b6349baf3
--- a/server/migractions.py	Tue Jul 17 17:16:28 2012 +0200
+++ b/server/migractions.py	Tue Jul 17 12:24:46 2012 +0200
@@ -1321,7 +1321,7 @@
         except Exception:
             self.cmd_create_entity('CWProperty', pkey=unicode(pkey), value=value)
         else:
-            prop.set_attributes(value=value)
+            prop.cw_set(value=value)
 
     # other data migration commands ###########################################