git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11833
e93f8b46-1217-0410-a6f0-
8f06a7374b81
# Add children to queue, but only if they are not already in it and
# the children of the current node need to be processed.
- if current_issue.children && (current_issue_status == ePROCESS_CHILDREN_ONLY || current_issue_status == ePROCESS_ALL)
+ if (current_issue_status == ePROCESS_CHILDREN_ONLY || current_issue_status == ePROCESS_ALL)
current_issue.children.each do |child|
next if except.include?(child)