From: Tony Mack Date: Wed, 22 Oct 2008 20:47:30 +0000 (+0000) Subject: fix bugs X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e66c11dc1910f52fba87742edc859393a5e61043;p=plcapi.git fix bugs --- diff --git a/PLC/ConfFiles.py b/PLC/ConfFiles.py index 5d8ae177..13deb690 100644 --- a/PLC/ConfFiles.py +++ b/PLC/ConfFiles.py @@ -139,7 +139,7 @@ class ConfFile(Row): self['nodegroup_ids'].remove(nodegroup_id) nodegroup['conf_file_ids'].remove(conf_file_id) - def update_last_modified(): + def update_last_modified(self, commit = True): """ Update last_updated field with current time """