diff --git a/src/Module/Item/Ignore.php b/src/Module/Item/Ignore.php index 4590bc8c8..e67f2113c 100644 --- a/src/Module/Item/Ignore.php +++ b/src/Module/Item/Ignore.php @@ -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); } }