oops
This commit is contained in:
parent
be6e44df25
commit
98af416748
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class User
|
|||
$this->username = $userRow->username;
|
||||
$this->usernameClean = $userRow->username_clean;
|
||||
$this->password = $userRow->password;
|
||||
$this->passwordChan = $userRow->passwordChan;
|
||||
$this->passwordChan = $userRow->password_chan;
|
||||
$this->email = $userRow->email;
|
||||
$this->mainRankId = $userRow->rank_main;
|
||||
$this->colour = $userRow->user_colour;
|
||||
|
|
Reference in a new issue