those are not actually needed by the handler

This commit is contained in:
Mario
2021-03-22 13:51:11 +01:00
parent f6d88f20f3
commit 872ac8846e

View File

@@ -707,11 +707,7 @@ class Sse_bs extends Controller {
function bs_info_notice() {
$result['notice']['notifications'] = [];
$result['notice']['count'] = 0;
$result['notice']['offset'] = -1;
$result['info']['notifications'] = [];
$result['info']['count'] = 0;
$result['info']['offset'] = -1;
$r = XConfig::Get(self::$ob_hash, 'sse', 'notifications', []);