##// END OF EJS Templates
fix typo of fix_issue() at Changeset model...
Toshi MARUYAMA -
r7451:986f0acb00f3
parent child
Show More
@@ -196,7 +196,7 class Changeset < ActiveRecord::Base
196 196 def fix_issue(issue)
197 197 status = IssueStatus.find_by_id(Setting.commit_fix_status_id.to_i)
198 198 if status.nil?
199 logger.warn("No status macthes commit_fix_status_id setting (#{Setting.commit_fix_status_id})") if logger
199 logger.warn("No status matches commit_fix_status_id setting (#{Setting.commit_fix_status_id})") if logger
200 200 return issue
201 201 end
202 202
General Comments 0
You need to be logged in to leave comments. Login now