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