From 5ab4ce286946e894485046721fccb19a3b055edd Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sun, 15 Nov 2015 20:22:22 +0000 Subject: [PATCH] Yet another typo --- services/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/views.py b/services/views.py index 869e48c7..f0ba185b 100755 --- a/services/views.py +++ b/services/views.py @@ -126,7 +126,7 @@ def deactivate_forum(request): @user_passes_test(service_blue_alliance_test) def reset_forum_password(request): authinfo = AuthServicesInfoManager.get_auth_service_info(request.user) - result = Phpbb3Manager.update_user_password(authinfo.forum_username, authonfo.main_char_id) + result = Phpbb3Manager.update_user_password(authinfo.forum_username, authinfo.main_char_id) # false we failed if result != "": AuthServicesInfoManager.update_user_forum_info(authinfo.forum_username, result, request.user)