mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-5685-Historico-de-eventos-en-Metaconsola-no-tiene-paginacion-correcta' into 'develop'
fix event pagination when events history is activated See merge request artica/pandorafms!3401
This commit is contained in:
commit
42c6989d5e
@ -317,7 +317,12 @@ if (is_ajax()) {
|
||||
);
|
||||
$count = events_get_all(
|
||||
'count',
|
||||
$filter
|
||||
$filter,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
$history
|
||||
);
|
||||
|
||||
if ($count !== false) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user