Merge branch 'ent-3773-fallo-paginacion-templates-alerts' into 'develop'

Fixed pagination in Alert templates

See merge request artica/pandorafms!2391
This commit is contained in:
Daniel Rodriguez 2019-05-08 13:40:18 +02:00
commit 72a127c085
1 changed files with 3 additions and 1 deletions

View File

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