1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/aeneria_ynh.git synced 2024-09-03 18:06:15 +02:00

Fix patch

This commit is contained in:
Simon Mellerin 2024-01-08 09:55:28 +01:00
parent 2147310aaa
commit dbc4a80cf2

View file

@ -140,7 +140,7 @@ index 00000000..eb8b1149
+ }
+
+ return $user->setUsername(\reset($email))
+ ->setIdentifier($identifier)
+ ->setUserIdentifier($identifier)
+ ;
+ }
+}