Update the return value of Item\Ignore to integer
- Array is unnecessary
This commit is contained in:
parent
d3c45f9186
commit
c3d88aca39
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ class Ignore extends BaseModule
|
||||||
}
|
}
|
||||||
|
|
||||||
// the json doesn't really matter, it will either be 0 or 1
|
// 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