mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed pagination in Alert templates
Former-commit-id: 88def9abc66ae8fddceb97ec55823b92ddc1bb1f
This commit is contained in:
parent
9788a9f6d5
commit
d16b96309b
@ -243,7 +243,9 @@ $url = ui_get_url_refresh(
|
|||||||
'offset' => false,
|
'offset' => false,
|
||||||
'search_string' => $search_string,
|
'search_string' => $search_string,
|
||||||
'search_type' => $search_type,
|
'search_type' => $search_type,
|
||||||
]
|
],
|
||||||
|
true,
|
||||||
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
$table = new stdClass();
|
$table = new stdClass();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user