Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Bugfix: Username ist lost when non-admin user changes profile prefere…
…nces A bug in admin/admin_edit.php creates an empty string for a user's username (and saves that to the database) after the username has been unset because the user is not allowed to change his own username. The fix prevents this from happening.
- Loading branch information