fix event pagination when events history is activated

This commit is contained in:
alejandro-campos 2020-08-13 10:34:31 +02:00
parent a60715a985
commit 6b989109d8

View File

@ -317,7 +317,12 @@ if (is_ajax()) {
); );
$count = events_get_all( $count = events_get_all(
'count', 'count',
$filter $filter,
null,
null,
null,
null,
$history
); );
if ($count !== false) { if ($count !== false) {