From a2456d1b34d2b29fe7a1a695d6bf341958f0ce59 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 8 Mar 2013 17:42:01 -0500 Subject: [PATCH] fixes #802 --- app/controllers/tag_aliases_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/tag_aliases_controller.rb b/app/controllers/tag_aliases_controller.rb index 9e098395a..1dd675ef1 100644 --- a/app/controllers/tag_aliases_controller.rb +++ b/app/controllers/tag_aliases_controller.rb @@ -1,6 +1,5 @@ class TagAliasesController < ApplicationController - before_filter :admin_only, :only => [:approve, :destroy] - before_filter :member_only, :only => [:create] + before_filter :admin_only, :only => [:approve, :destroy, :create] respond_to :html, :xml, :json, :js def new