added other email field
This commit is contained in:
@@ -152,7 +152,8 @@ class UserController extends Controller {
|
||||
|
||||
$user_logins_data = array(
|
||||
'name' => $post['fullname'],
|
||||
'email' => $post['email']
|
||||
'email' => $post['email'],
|
||||
'other_email' => $post['other_email'],
|
||||
);
|
||||
|
||||
$user_info_data = array(
|
||||
|
||||
Reference in New Issue
Block a user