fix: Ошибка при оптимизации пути
This commit is contained in:
parent
90cbd3b2b6
commit
2aa77efd94
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ class Path
|
||||||
if (count($result) > 0 && $result[count($result) - 1] != '..') {
|
if (count($result) > 0 && $result[count($result) - 1] != '..') {
|
||||||
array_pop($result); break;
|
array_pop($result); break;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
$result[] = $n;
|
$result[] = $n;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue