Maybe this is just a typo. The query string has an extra '='.
WAS:
if (is_array($url)) {
$url = $url['path'] . "?=" . $url['query'];
} else {
Should be:
if (is_array($url)) {
$url = $url['path'] . "?" . $url['query'];
} else {
Comments
Comment #1
andykwg commentedWhat is the right way to make this change to the code for submission?
Comment #2
rsvelko commentedon which line and in which release do u find these things?
please tell me - I cannot find them.
Currently I released the 2.5 release which fixes some bugs - does it work ok for you?
Comment #3
rsvelko commentedComment #4
rsvelko commentedthe new 2.6 (and the last 2.5 does not have those) - so fixed