Skip to content

Response.php: Fix GET param name in generated URL#1020

Open
dotthis wants to merge 1 commit intobshaffer:mainfrom
dotthis:dotthis-fix-response-http_build_query
Open

Response.php: Fix GET param name in generated URL#1020
dotthis wants to merge 1 commit intobshaffer:mainfrom
dotthis:dotthis-fix-response-http_build_query

Conversation

@dotthis
Copy link
Copy Markdown

@dotthis dotthis commented May 4, 2022

Updated the call to http_build_query to include $numeric_prefix = '', and $separator = '&'
This minor change fixes the issue where the get parameters name becomes 'amp;keyname' in $_GET instead of 'keyname'

Updated the call to http_build_query to include $numeric_prefix = '', and $separator = '&'
This minor change fixes the issue where the get parameters name becomes 'amp;keyname' in $_GET instead of 'keyname'
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

Successfully merging this pull request may close these issues.

1 participant