From 5e213990e01255feb57b72f6c74d50ab71baf593 Mon Sep 17 00:00:00 2001 From: f0o Date: Fri, 4 Sep 2015 21:49:31 +0100 Subject: [PATCH] Make test-alert an 'alert' instead of 'recovery' --- html/includes/forms/test-transport.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/forms/test-transport.inc.php b/html/includes/forms/test-transport.inc.php index 4919a7ebc9..05b4dcfdd9 100644 --- a/html/includes/forms/test-transport.inc.php +++ b/html/includes/forms/test-transport.inc.php @@ -34,7 +34,7 @@ $obj = array( "name" => "Test-Rule", "timestamp" => date("Y-m-d H:i:s"), "contacts" => $tmp['contacts'], - "state" => "0", + "state" => "1", "msg" => "This is a test alert", );