Skip to content

Conversation

@mambax7
Copy link
Collaborator

@mambax7 mambax7 commented Nov 5, 2023

No description provided.

Copy link
Contributor

@ggoffy ggoffy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the search form use
$uname_text = new XoopsFormText('', 'user_uname', 30, 60);

in the search itself you changed (line 477)
$user_uname = Request::getString('user_uname');
into
$user_uname = Request::getString('username');

therefore search isn't working anymore

how to fix?
changing search form field name (this is what I suggest) or changing Request::getString('username')

@mambax7
Copy link
Collaborator Author

mambax7 commented Nov 5, 2023

Thanks @ggoffy , I just uploaded it

@mambax7 mambax7 merged commit 452568c into XOOPS:master Nov 5, 2023
@mambax7 mambax7 deleted the feature/fix_wrong_variable_naming branch November 5, 2023 21:14
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.

3 participants