fixes #1508
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class PostFlagsController < ApplicationController
|
||||
before_filter :member_only
|
||||
respond_to :html, :xml, :json, :js
|
||||
rescue_from User::PrivilegeError, :with => "static/access_denied"
|
||||
|
||||
def new
|
||||
@post_flag = PostFlag.new
|
||||
|
||||
Reference in New Issue
Block a user