From e66c11dc1910f52fba87742edc859393a5e61043 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 22 Oct 2008 20:47:30 +0000 Subject: [PATCH] fix bugs --- PLC/ConfFiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- 2.47.0