From 7ed1c2ac57038127ba95f5ef940a3ea7f7e042f7 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Tue, 31 Oct 2017 22:03:15 -0400 Subject: Fixed syntax error. --- app/controllers/users_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index a6a625d..e7a13d6 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -37,6 +37,7 @@ class UsersController < ApplicationController rescue flash.now[:alert] = "An error occured while checking if this user is banned from the server!" @ban_json = nil + end end # SIGNUP -- cgit v1.2.3