#3008 - Giftr: Missing username parameter in $post_url in function action_done()
| Identifier | #3008 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Giftr: Missing username parameter in $post_url in function action_done() |
| Status | Closed (cannot reproduce) |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Missing username parameter in hooks/modules/pointstore/giftr.php in the action_done() function, $post_url variable. It should include username in the URL build, but it doesn't, resulting in "you did not select a username" errors. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
I did see a minor bug. If you put in the wrong username it says you didn't specify a user, while it should say the user does not exist. I've fixed that.
Because there's a get_param_string call in the same function as the form, but that is just a default for the form field. The function that reads in the form using post_param_string.
I see what you mean by post_param_string. I'm wondering why it wasn't working now.