fixes #1782
This commit is contained in:
@@ -28,7 +28,7 @@ class TagsController < ApplicationController
|
||||
def update
|
||||
@tag = Tag.find(params[:id])
|
||||
check_privilege(@tag)
|
||||
@tag.update_attributes(params[: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