Merge branch 'hotfix-2.3.110'

pull/542/merge v2.3.111
Iglocska 2015-08-18 16:25:20 +02:00
commit beb5009b06
1 changed files with 1 additions and 1 deletions

View File

@ -1317,7 +1317,7 @@ class Event extends AppModel {
if ($jobId) {
App::import('Component','Auth');
}
if (Configure::read('MISP.enableEventBlacklisting')) {
if (Configure::read('MISP.enableEventBlacklisting') && isset($data['Event']['uuid'])) {
$event = $this->find('first', array(
'recursive' => -1,
'fields' => array('uuid'),