Fixed indentation

This commit is contained in:
James Campbell
2015-06-04 22:15:22 +10:00
parent 45d7ff0a73
commit f56c8c4425

View File

@@ -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']);
}
}
}