Merge branch '2.4' of github.com:MISP/MISP into fix-mass-edit-form-with-post

pull/6147/head
mokaddem 2020-07-31 09:47:17 +02:00
commit 9d50a9bf06
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 2 deletions

View File

@ -182,8 +182,7 @@ class Feed extends AppModel
foreach ($tmpFile->lines() as $line) {
yield explode(',', rtrim($line));
}
return array();
return;
}
/**