Skip to content

Conversation

@wrozwad
Copy link

@wrozwad wrozwad commented Apr 4, 2014

When $key from $_REQUEST have value '0' then else if statement doesn't work in line 28. So I change from
28. } else if (($query_var)) {
to
28. } else if (isset($query_var)) {

When $key from $_REQUEST have value '0' then else if statement doesn't work in line 28. So I change from
28. } else if (($query_var)) {
to
28. } else if (isset($query_var)) {
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