Update the return value of Item\Ignore to integer

- Array is unnecessary
2022.09-rc
Hypolite Petovan 2019-11-30 23:15:58 -05:00
rodzic d3c45f9186
commit c3d88aca39
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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