mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Fixes #2730
This commit is contained in:
parent
c9f7eeb1e5
commit
b5f6c239b4
@ -141,7 +141,7 @@ abstract class AbstractApiController extends Controller
|
||||
{
|
||||
foreach ($request->query as $key => $value) {
|
||||
if ($key != 'page') {
|
||||
$paginator->addQuery($key, $value);
|
||||
$paginator->appends($key, $value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user