fixed typo

This commit is contained in:
COLA@Redminetest 2016-11-06 14:39:39 +01:00
parent 0c05284993
commit f9a1620657

View File

@ -52,7 +52,7 @@ module RedmineDmsf
# Our already quite heavy usage of DB would just get silly every time we called
# this method.
def children
unless @childern
unless @children
@children = []
if collection?
folder.dmsf_folders.select(:title).visible.map do |p|