mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
fix in recon definition
This commit is contained in:
parent
1207463f16
commit
9c09f43ad8
@ -453,7 +453,8 @@ class CredentialStore extends Wizard
|
|||||||
$item['extra_2'] = io_output_password($item['extra_2']);
|
$item['extra_2'] = io_output_password($item['extra_2']);
|
||||||
$carry[$item['identifier']] = $item['identifier'];
|
$carry[$item['identifier']] = $item['identifier'];
|
||||||
return $carry;
|
return $carry;
|
||||||
}
|
},
|
||||||
|
[]
|
||||||
);
|
);
|
||||||
|
|
||||||
return $return;
|
return $return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user