fixed titles

This commit is contained in:
albert
2011-10-23 16:55:57 -04:00
parent 9e72bc022d
commit 34ae712be0
106 changed files with 418 additions and 65 deletions

View File

@@ -7,7 +7,7 @@ module Moderator
end
def update
tag_batch_change = TagBatchChange.new(params[:tag][:predicate], params[:tag][:consequent])
tag_batch_change = TagBatchChange.new(params[:tag][:antecedent], params[:tag][:consequent])
tag_batch_change.execute
redirect_to edit_moderator_tag_path, :notice => "Posts updated"
end