mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
indexed slug should be created based on logic path
This commit is contained in:
parent
569c7ab138
commit
0900301668
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class Mapper
|
|||
|
||||
// detect duplicates
|
||||
while ($this->resolvePhysicalPath($physicalPath) !== null) {
|
||||
$physicalPath = $this->slugifyPath($physicalPath, $index++);
|
||||
$physicalPath = $this->slugifyPath($logicPath, $index++);
|
||||
}
|
||||
|
||||
// insert the new path mapping if requested
|
||||
|
|
|
|||
Loading…
Reference in a new issue