mirror of https://github.com/MISP/MISP
Merge branch '2.4' of github.com:MISP/MISP into fix-mass-edit-form-with-post
commit
9d50a9bf06
|
@ -182,8 +182,7 @@ class Feed extends AppModel
|
|||
foreach ($tmpFile->lines() as $line) {
|
||||
yield explode(',', rtrim($line));
|
||||
}
|
||||
|
||||
return array();
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue