mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 14:58:42 +00:00
Remove unused reference
This commit is contained in:
parent
cf161359c2
commit
70610fbd70
|
|
@ -57,7 +57,7 @@ final class ArrayUtils
|
||||||
throw new \Exception();
|
throw new \Exception();
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($nodes as &$node) {
|
foreach ($nodes as $node) {
|
||||||
$prevEl = &$el;
|
$prevEl = &$el;
|
||||||
|
|
||||||
if (!isset($el[$node])) {
|
if (!isset($el[$node])) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user