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

Broken user update in 6.2.1 #3814

Open
fufroma opened this issue Feb 6, 2024 · 1 comment
Open

Broken user update in 6.2.1 #3814

fufroma opened this issue Feb 6, 2024 · 1 comment

Comments

@fufroma
Copy link
Contributor

fufroma commented Feb 6, 2024

The MR #3690 with the patch 48208f7 deleted the function update function from User.php

But the update function is still in use, for example

if (!Core::get_global('user')->update($_POST)) {

Right now, users can't update their profil anymore, there is no error in front, only an error in ampache.log
(src/Module/Application/Preferences/UpdateUserAction.php:NOTRELEVANT) -> Call to undefined method Ampache\Repository\Model\User::update()

@lachlan-00
Copy link
Member

lachlan-00 commented Feb 7, 2024

restored it until it can be removed again. i'll put a @ see in as well db500db

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

2 participants