Update the return value of Item\Ignore to integer

- Array is unnecessary
This commit is contained in:
Hypolite Petovan 2019-11-30 23:15:58 -05:00
parent d3c45f9186
commit c3d88aca39

View file

@ -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);
}
}