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