Loading htdocs/ecloud_account_creator.php +2 −1 Original line number Diff line number Diff line Loading @@ -22,8 +22,9 @@ class ECloudAccountCreator implements AccountCreator { $id = "e_cloud_account_data"; try { if ($this->isUsernameTaken($userData->username)) if ($this->isUsernameTaken($userData->username)) { return new \ValidatedData($id, "error_account_taken"); } } catch (\Error $_) { return new \ValidatedData($id, "error_server_side"); } Loading Loading
htdocs/ecloud_account_creator.php +2 −1 Original line number Diff line number Diff line Loading @@ -22,8 +22,9 @@ class ECloudAccountCreator implements AccountCreator { $id = "e_cloud_account_data"; try { if ($this->isUsernameTaken($userData->username)) if ($this->isUsernameTaken($userData->username)) { return new \ValidatedData($id, "error_account_taken"); } } catch (\Error $_) { return new \ValidatedData($id, "error_server_side"); } Loading