Remove containing array
This commit is contained in:
parent
c31826e656
commit
aeee08270d
@ -105,7 +105,6 @@ class Event implements JsonSerializable {
|
||||
global $Strings;
|
||||
if ($this->exists) {
|
||||
return [
|
||||
"info" => [
|
||||
"id" => $this->getID(),
|
||||
"machineid" => $this->getMachineID(),
|
||||
"name" => $this->getName(),
|
||||
@ -113,7 +112,6 @@ class Event implements JsonSerializable {
|
||||
"techuid" => $this->getTechUID(),
|
||||
"publicnotes" => $this->getPublicNotes(),
|
||||
"privatenotes" => $this->getPrivateNotes()
|
||||
]
|
||||
];
|
||||
}
|
||||
return [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user