Reverse the array, so the format is right.
Fixes T3
This commit is contained in:
parent
de0a5423a6
commit
cee21a34bb
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ abstract class DokuWikiNode {
|
||||||
}
|
}
|
||||||
$node = $parent;
|
$node = $parent;
|
||||||
}
|
}
|
||||||
|
$path = array_reverse($path);
|
||||||
if ($this->name != 'root') {
|
if ($this->name != 'root') {
|
||||||
$path[] = $this->name;
|
$path[] = $this->name;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue