Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in system module, admin user sync #823

Closed
zyspec opened this issue May 4, 2020 · 1 comment
Closed

Typo in system module, admin user sync #823

zyspec opened this issue May 4, 2020 · 1 comment

Comments

@zyspec
Copy link
Contributor

zyspec commented May 4, 2020

There was a bug introduced a long time ago between XOOPS 2.5.0-rc and 2.5.0-rc2 in the user comment sync-ing function.

in ./modules/system/admin/users/main.php line 321 currently reads: synchronize($$uid, 'user');
but should be: synchronize($uid, 'user'); <- remove extra'$'

Same bug exists in XOOPS 2.6 branch

geekwright added a commit to geekwright/XoopsCore25 that referenced this issue May 7, 2020
geekwright added a commit to geekwright/XoopsCore that referenced this issue May 8, 2020
@zyspec
Copy link
Contributor Author

zyspec commented Aug 28, 2021

Should have been closed with commit geekwright/XoopsCore@8e3b9f2

@zyspec zyspec closed this as completed Aug 28, 2021
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

No branches or pull requests

1 participant