Problem/Motivation

in php the function is defined like this:
protected function buildQuery($step, array $parameters = [], array $cache_options = [], $limit = NULL, $offset = NULL, $currentTimestamp = NULL) {

But when I call like this:
$this->buildQuery($step, $parameters, $cache_options, $currentTimestamp);

inside the buildQuery, $limit gets a default value as: 1689068264 - that's the timestamp, not the custom limit.

Steps to reproduce

Fix parameters ASAP.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

kaszarobert created an issue. See original summary.

  • kaszarobert authored 631a26ad on 4.0.x
    Issue #3373852 by kaszarobert: Wrong query parameters are passed to...

  • kaszarobert authored a140f1df on 4.0.x
    Issue #3373852 by kaszarobert: Remove version number that was...
kaszarobert’s picture

Assigned: kaszarobert » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.