diff options
Diffstat (limited to 'src/lib/Server')
-rw-r--r-- | src/lib/Server/Plugins/SGenshi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/SGenshi.py b/src/lib/Server/Plugins/SGenshi.py index 3a98d79fa..4fa95ff4e 100644 --- a/src/lib/Server/Plugins/SGenshi.py +++ b/src/lib/Server/Plugins/SGenshi.py @@ -24,7 +24,7 @@ class SGenshiEntrySet(Bcfg2.Server.Plugin.EntrySet): except: properties = Bcfg2.Server.Plugin.FakeProperties() - Bcfg2.Server.Plugin.EntrySet.__init__(self, fpattern, path, properties + Bcfg2.Server.Plugin.EntrySet.__init__(self, fpattern, path, properties, SGenshiTemplateFile, encoding) fam.AddMonitor(path, self) |