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
1 changed files with 6 additions and 1 deletions

View File

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