Skip to content

Commit 37cba77

Browse files
Bug Fix: Not adding email in goautodial database
1 parent 9bc0af5 commit 37cba77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

goUsers/goAddUser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@
332332
"role" => $user_level,
333333
"status" => $goactive,
334334
"user_group" => $user_group,
335-
"phone" => $phone_login
335+
"phone" => $phone_login,
336+
"email" => $email
336337
//"location_id" => $location
337338
);
338339

0 commit comments

Comments
 (0)