pull/1092/head
Iglocska 2015-12-18 09:48:34 +01:00
parent 85d22aa3a8
commit 692ced8590
1 changed files with 1 additions and 1 deletions

View File

@ -1403,7 +1403,7 @@ class Event extends AppModel {
} else {
$subject = '';
}
$subject = "[" . Configure::read('MISP.org') . " MISP] Event " . $id . " - " . $subject . $event['ThreatLevel']['name'] . " - TLP Amber";
$subject = "[" . Configure::read('MISP.org') . " MISP] Event " . $id . " - " . $subject . $event[0]['ThreatLevel']['name'] . " - TLP Amber";
// Initialise the Job class if we have a background process ID
// This will keep updating the process's progress bar