fixes #988
This commit is contained in:
@@ -6,8 +6,9 @@ class TagCorrectionsController < ApplicationController
|
||||
end
|
||||
|
||||
def create
|
||||
@correction = TagCorrection.new(params[:tag_id])
|
||||
|
||||
if params[:commit] == "Fix"
|
||||
@correction = TagCorrection.new(params[:tag_id])
|
||||
@correction.fix!
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user