From f56c8c4425303035c89ac91e993a9ecef5be83f7 Mon Sep 17 00:00:00 2001 From: James Campbell Date: Thu, 4 Jun 2015 22:15:22 +1000 Subject: [PATCH] Fixed indentation --- alerts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alerts.php b/alerts.php index 93da619b2..458fc330a 100755 --- a/alerts.php +++ b/alerts.php @@ -252,7 +252,7 @@ function ExtTransports($obj) { eval('$tmp = function($obj,$opts) { global $config; '.file_get_contents($config['install_dir']."/includes/alerts/transport.".$transport.".php").' };'); $tmp = $tmp($obj,$opts); echo ($tmp ? "OK" : "ERROR")."; "; - log_event("Issued ".$obj['severity']." alert for rule '".$obj['name']."' to transport '".$transport."'",$obj['device_id']); + log_event("Issued ".$obj['severity']." alert for rule '".$obj['name']."' to transport '".$transport."'",$obj['device_id']); } } }