Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
@@ -127,8 +127,8 @@ class Users extends MY_Controller
|
||||
'displayname' => $userData['displayname'],
|
||||
'email' => $userData['email'],
|
||||
'rank' => $userData['rank'],
|
||||
'profile_picture' => $userData['profile_picture'],
|
||||
'header_image' => $userData['header_image'],
|
||||
'profilePicture' => $userData['profilePicture'],
|
||||
'headerImage' => $userData['headerImage'],
|
||||
'social_networks' => $userData['social_networks'],
|
||||
'showAds' => $userData['showAds'],
|
||||
'about' => $userData['about'],
|
||||
|
Reference in New Issue
Block a user