indexed slug should be created based on logic path

remotes/origin/stable6
Thomas Mueller 14 years ago
parent 569c7ab138
commit 0900301668
  1. 2
      lib/files/mapper.php

@ -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…
Cancel
Save