From e485a9c035668861fe8a058d99be6af6f194ed91 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 18 Mar 2009 11:34:43 -0400 Subject: [PATCH] Fix silly cut/paste problem. --- pyfpdb/Configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index c9cff4db..05e29a62 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -212,7 +212,7 @@ class Import: if node.hasAttribute("fastStoreHudCache"): self.fastStoreHudCache = node.getAttribute("fastStoreHudCache") else: - self.saveActions = False + self.fastStoreHudCache = False def __str__(self): return " interval = %s\n callFpdbHud = %s\n hhArchiveBase = %s\n saveActions = %s\n fastStoreHudCache = %s\n" \