Cannot open files in utf-8 folders via webdav #299
This commit is contained in:
parent
76417955eb
commit
7dd4f3f79e
@ -95,7 +95,7 @@ module RedmineDmsf
|
||||
|
||||
def parent
|
||||
p = @__proxy.parent
|
||||
return nil unless p
|
||||
return nil if p.nil?
|
||||
return p.resource.nil? ? p : p.resource
|
||||
end
|
||||
|
||||
@ -160,4 +160,4 @@ table { width:100%%; }
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user