Module: check_mk
Branch: master
Commit: 0e6a9aa175b3b24f5ad0af0e2ab137b3a1ffeb7e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0e6a9aa175b3b2…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Sep 29 10:16:54 2016 +0200
Fixed recently introduced error
---
web/htdocs/werks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/werks.py b/web/htdocs/werks.py
index bd5be21..54e8ee6 100644
--- a/web/htdocs/werks.py
+++ b/web/htdocs/werks.py
@@ -205,7 +205,7 @@ def acknowledge_werks(werks):
def save_acknowledgements(acknowledged_werks):
- store.save_data_to_file(acknowledged_werks)
+ store.save_data_to_file(acknowledgement_path, acknowledged_werks)
def acknowledge_all_werks():