Skip to content
Snippets Groups Projects
Commit 49e34d78 authored by srosse's avatar srosse
Browse files

Merge OpenOLAT 10.1 to OpenOLAT default branch with 1080a9e40e8592ea225bb84374a59f1b8ac1a413

parents 399b5fbc 6fbe0e36
No related branches found
No related tags found
No related merge requests found
......@@ -96,3 +96,4 @@ fbb16b0f468e8f95a16c8b372ecdbbb3ba5cd197 OpenOLAT 10.0.8
b237fcdef789c0456061929da21c8447345ff404 OpenOLAT 10.1.0
d117d8cce9484da7b0440738ff44f9d99e3b8a2d OpenOLAT 10.1.1
a2cc964921ce02a7ed5167a3fe03e4090231aa9d OpenOLAT 10.1.2
7347d3ac7947c43b36c215dc3c70993720528f28 OpenOLAT 10.1.3
......@@ -268,7 +268,7 @@ public class VFSManager extends BasicManager {
relDirPath = null;
fileName = relFilePath.substring(1, relFilePath.length());
} else {
relDirPath = relFilePath.substring(0, lastSlash-1);
relDirPath = relFilePath.substring(0, lastSlash);
fileName = relFilePath.substring(lastSlash);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment