diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2e93d0e2f..26cea1400 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -3248,7 +3248,7 @@ def get_all_children_ex result, jour if (jour.kind_of? JournalsForMessage) || (jour.kind_of? Message) || (jour.kind_of? BlogComment) || (jour.kind_of? OrgDocumentComment) jour.children.each do |jour_child| result << jour_child - get_all_children result, jour_child + get_all_children_ex result, jour_child end end result