From 98af416748f7eeaffb82c023ff1f34117372e0be Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 2 Aug 2016 15:09:47 +0200 Subject: [PATCH] oops --- app/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/User.php b/app/User.php index e458689..a266e1d 100644 --- a/app/User.php +++ b/app/User.php @@ -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;