From 0bdc124eb2725594eca0a9bca1b3e434e3af55fb Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Thu, 20 Mar 2014 14:00:38 +0100 Subject: [PATCH] [FIX] Spelling mistake Thanks @szoyj --- public/include/classes/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/classes/user.class.php b/public/include/classes/user.class.php index 81fefd45..498ac584 100644 --- a/public/include/classes/user.class.php +++ b/public/include/classes/user.class.php @@ -863,7 +863,7 @@ class User extends Base { $this->debug->append("STA " . __METHOD__, 4); // Fetch the users mail address if (empty($username)) { - $this->serErrorMessage("Username must not be empty"); + $this->setErrorMessage("Username must not be empty"); return false; } if (filter_var($username, FILTER_VALIDATE_EMAIL)) {