mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use a different variable name here to avoid colliding with another of the same name.
This commit is contained in:
parent
9ad0ab8085
commit
3339c56f95
@ -57,8 +57,8 @@ if (isset($id) && $a_secret[$id]) {
|
||||
|
||||
if ($_POST) {
|
||||
$userids = array();
|
||||
foreach ($config['system']['user'] as $id => $user) {
|
||||
$userids[$user['name']] = $id;
|
||||
foreach ($config['system']['user'] as $uid => $user) {
|
||||
$userids[$user['name']] = $uid;
|
||||
}
|
||||
|
||||
unset($input_errors);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user