mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
src: style sweep
This commit is contained in:
parent
7601e9cab3
commit
ffefc81cfe
@ -54,7 +54,7 @@ class PacketCaptureController extends ApiMutableModelControllerBase
|
||||
foreach ($nodes as $key => $value) {
|
||||
if (is_array($value)) {
|
||||
$items = [];
|
||||
foreach ($value as $itemkey => $itemval) {
|
||||
foreach ($value as $itemkey => $itemval) {
|
||||
if (!empty($itemval['selected'])) {
|
||||
$items[] = $itemkey;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user