Cannot open files in utf-8 folders via webdav #299

This commit is contained in:
Karel Pičman 2015-04-07 11:05:58 +02:00
parent 7dd4f3f79e
commit 1b226554ab

View File

@ -78,7 +78,7 @@ module RedmineDmsf
'-',
'',
'',
] + entities if parent?
] + entities unless parent.nil?
@response.body << index_page % [ path.empty? ? '/' : path, path.empty? ? '/' : path , entities ]
end