Fix for #75
This commit is contained in:
parent
16fb5885b2
commit
5849a2620e
@ -1211,7 +1211,7 @@ class nessus_parser extends scan_xml_parser
|
|||||||
$finding = $this->db->get_Finding($this->tgt, $this->plugin->db_plugin);
|
$finding = $this->db->get_Finding($this->tgt, $this->plugin->db_plugin);
|
||||||
|
|
||||||
if (is_array($finding) && count($finding)) {
|
if (is_array($finding) && count($finding)) {
|
||||||
$finding = $finding[0];
|
$finding = current($finding[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_a($finding, 'finding')) {
|
if (is_a($finding, 'finding')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user