Fixed syntax error.
This commit was merged in pull request #41.
This commit is contained in:
@@ -37,6 +37,7 @@ class UsersController < ApplicationController
|
|||||||
rescue
|
rescue
|
||||||
flash.now[:alert] = "An error occured while checking if this user is banned from the server!"
|
flash.now[:alert] = "An error occured while checking if this user is banned from the server!"
|
||||||
@ban_json = nil
|
@ban_json = nil
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# SIGNUP
|
# SIGNUP
|
||||||
|
|||||||
Reference in New Issue
Block a user