Fixed pagination in Alert templates

Former-commit-id: 88def9abc66ae8fddceb97ec55823b92ddc1bb1f
This commit is contained in:
Daniel Maya 2019-04-29 14:45:11 +02:00
parent 9788a9f6d5
commit d16b96309b

View File

@ -243,7 +243,9 @@ $url = ui_get_url_refresh(
'offset' => false, 'offset' => false,
'search_string' => $search_string, 'search_string' => $search_string,
'search_type' => $search_type, 'search_type' => $search_type,
] ],
true,
false
); );
$table = new stdClass(); $table = new stdClass();