merge changes from HEAD
[plcapi.git] / PLC / Methods / UpdatePerson.py
index 816f98e..790307e 100644 (file)
@@ -53,6 +53,7 @@ class UpdatePerson(Method):
             raise PLCPermissionDenied, "Not allowed to update specified account"
 
         person.update(person_fields)
+       person.update_last_updated(False)
         person.sync()
        
        # Logging variables