Use a different variable name here to avoid colliding with another of the same name.

This commit is contained in:
jim-p 2010-11-04 10:39:17 -04:00
parent 9ad0ab8085
commit 3339c56f95

View File

@ -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);