Update the return value of Item\Ignore to integer
- Array is unnecessary
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user