summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-10-31 22:03:15 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2017-10-31 22:03:15 -0400
commit7ed1c2ac57038127ba95f5ef940a3ea7f7e042f7 (patch)
tree8275dabdc1d9b552832d0ef2fc7db1f2fa7d8e8e
parentb9dcf0ac6355015b4d08a28049a7a8ddc361bb26 (diff)
Fixed syntax error.
-rw-r--r--app/controllers/users_controller.rb1
1 files changed, 1 insertions, 0 deletions
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