Merge branch '2.4' of https://github.com/MISP/MISP into 2.4

pull/1184/head
Iglocska 2016-05-27 15:47:52 +02:00
commit 044755fe07
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@ class Server extends AppModel {
$r = $this->EventBlacklist->find('first', array('conditions' => array('event_uuid' => $event['Event']['uuid'])));
if (!empty($r)) {
$blocked = true;
$fails[$eventId] = 'Event blocked by local blocklist.';
$fails[$eventId] = 'Event blocked by local blacklist.';
}
}
if (!$blocked) {