====
[plcapi.git] / PLC / Methods / UpdateInterface.py
index 966128a..034780e 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -73,6 +71,7 @@ class UpdateInterface(Method):
                 raise PLCPermissionDenied, "Not allowed to update interface"
 
         interface.update(native)
+        interface.update_last_updated(commit=False)
         interface.sync()
 
         for (tagname,value) in tags.iteritems():