app/soc/modules/ghop/logic/models/task.py
changeset 2979 ba4aeaaad0a1
parent 2831 a7ed56911653
child 3059 14421976288a
--- a/app/soc/modules/ghop/logic/models/task.py	Sun Sep 27 01:23:58 2009 +0530
+++ b/app/soc/modules/ghop/logic/models/task.py	Sun Sep 27 17:46:43 2009 +0200
@@ -141,9 +141,9 @@
           }
       entity_properties.update(history_property)
 
-      # call the base logic method to store the updated Task entity
-      return super(Logic, self).updateEntityProperties(
-          entity, entity_properties, siltent=silent, store=store)
+    # call the base logic method to store the updated Task entity
+    return super(Logic, self).updateEntityProperties(
+        entity, entity_properties, silent=silent, store=store)
 
   def updateEntityPropertiesWithCWS(self, entity, entity_properties,
                                     comment_properties=None,