mirror of
https://github.com/redmine/redmine.git
synced 2026-03-12 15:41:11 +01:00
fix typos of source comments at Issue model
git-svn-id: http://svn.redmine.org/redmine/trunk@13073 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1433,7 +1433,7 @@ class Issue < ActiveRecord::Base
|
||||
def close_duplicates
|
||||
if closing?
|
||||
duplicates.each do |duplicate|
|
||||
# Reload is need in case the duplicate was updated by a previous duplicate
|
||||
# Reload is needed in case the duplicate was updated by a previous duplicate
|
||||
duplicate.reload
|
||||
# Don't re-close it if it's already closed
|
||||
next if duplicate.closed?
|
||||
|
||||
Reference in New Issue
Block a user