indexed slug should be created based on logic path

remotes/origin/stable6
Thomas Mueller 2013-03-12 09:15:53 +07:00
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