mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +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 = events_get_all(
|
||||||
'count',
|
'count',
|
||||||
$filter
|
$filter,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
$history
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($count !== false) {
|
if ($count !== false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user