mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user