Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jqGrid->renderGridUrl() bag #6

Open
eddi13 opened this issue Mar 14, 2013 · 0 comments
Open

jqGrid->renderGridUrl() bag #6

eddi13 opened this issue Mar 14, 2013 · 0 comments

Comments

@eddi13
Copy link

eddi13 commented Mar 14, 2013

Доброе время суток.

класс jqGrid, метод renderGridUrl.
стр. 1148 return $this->base_url . '?' . http_build_query($params);
надо бы заменить на что-то вроде
return $this->base_url . ((false === strpos($this->base_url, '?')) ? '?' : '&') . http_build_query($params);
если jqGrid->base_url, к примеру, http://site.com/admin.php?module=members&in=main, то результатом работы функции будет невалидный урл.

jorix added a commit to jorix/jqGridPHP that referenced this issue Aug 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant