Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes save of existing user for database users (#1574)
* Typecasts $except to int in UniqueUserValue.php The value of `$except` is a string in a fresh v3 install (for me at least), the identical-to comparison operator therefore means it's not possible to edit an existing user. Typecasting `$except` to an integer fixes this. * Changes comparison operator to equal to in UniqueUserValue.php
- Loading branch information