Skip to content
Snippets Groups Projects
Commit 09003016 authored by Thomas Müller's avatar Thomas Müller
Browse files

indexed slug should be created based on logic path

parent 569c7ab1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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