#3008 - Giftr: Missing username parameter in $post_url in function action_done()
0 guests and 0 members have recently viewed this.
The top 3 point earners from 30th Nov 2025 to 7th Dec 2025.
| Gabri |
|
|
|---|---|---|
| PDStig |
|
|
| Adam Edington |
|
|
There are no events at this time
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.