fix event pagination when events history is activated
This commit is contained in:
parent
a60715a985
commit
6b989109d8
|
@ -317,7 +317,12 @@ if (is_ajax()) {
|
|||
);
|
||||
$count = events_get_all(
|
||||
'count',
|
||||
$filter
|
||||
$filter,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
$history
|
||||
);
|
||||
|
||||
if ($count !== false) {
|
||||
|
|
Loading…
Reference in New Issue