Merge pull request #3454 from evazion/fix-3448
Fix #3448: Lower the limit for tag category changes
This commit is contained in:
@@ -36,7 +36,6 @@ class TagsController < ApplicationController
|
||||
@tag = Tag.find(params[:id])
|
||||
check_privilege(@tag)
|
||||
@tag.update_attributes(params[:tag], :as => CurrentUser.role)
|
||||
@tag.update_category_cache_for_all
|
||||
respond_with(@tag)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user