app/soc/logic/helper/request.py
changeset 986 e9611a2288ca
parent 955 b00251a6b9f9
child 1085 0afbdd0905ef
--- a/app/soc/logic/helper/request.py	Sun Jan 25 16:17:33 2009 +0000
+++ b/app/soc/logic/helper/request.py	Sun Jan 25 16:25:17 2009 +0000
@@ -49,5 +49,5 @@
 
   # mark the request completed, if there is any
   if request_entity:
-    request_logic.updateModelProperties(request_entity,
+    request_logic.updateEntityProperties(request_entity,
         {'state': 'completed'})