changed variable name to resolve issue with Gitlab transport

This commit is contained in:
Drew Hynes
2018-11-30 17:37:13 -05:00
parent 909f2c534d
commit d40c3de918

View File

@@ -45,7 +45,7 @@ class Gitlab extends Transport
} else {
$device = device_by_id_cache($obj['device_id']); // for event logging
$project_id = $opts['project_id'];
$project_id = $opts['project-id'];
$project_key = $opts['key'];
$details = "Librenms alert for: " . $obj['hostname'];
$description = $obj['msg'];