mirror of https://github.com/MISP/MISP
chg: remove a variable that isnt used
parent
e25f91e7ee
commit
4aaa266254
|
@ -522,7 +522,6 @@ class Attribute extends AppModel {
|
|||
$value = $fields['value'];
|
||||
$eventId = $this->data['Attribute']['event_id'];
|
||||
$type = $this->data['Attribute']['type'];
|
||||
$toIds = $this->data['Attribute']['to_ids'];
|
||||
$category = $this->data['Attribute']['category'];
|
||||
|
||||
// check if the attribute already exists in the same event
|
||||
|
|
Loading…
Reference in New Issue