diff options
Diffstat (limited to 'lib/class/user.class.php')
-rw-r--r-- | lib/class/user.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/user.class.php b/lib/class/user.class.php index 2df961e9..084ae359 100644 --- a/lib/class/user.class.php +++ b/lib/class/user.class.php @@ -45,7 +45,7 @@ class User { return true; } - $this->username = $username; + $this->username = sql_escape($username); $info = $this->get_info(); $this->username = $info->username; $this->fullname = $info->fullname; |