Update the return value of Item\Ignore to integer
- Array is unnecessary
This commit is contained in:
parent
d3c45f9186
commit
c3d88aca39
|
@ -73,6 +73,6 @@ class Ignore extends BaseModule
|
|||
}
|
||||
|
||||
// the json doesn't really matter, it will either be 0 or 1
|
||||
System::jsonExit([$ignored]);
|
||||
System::jsonExit($ignored);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue