wrong variable name

need to be checked for HEAD to
This commit is contained in:
Lars Kneschke 2004-08-13 15:22:49 +00:00
parent 6632e631fc
commit db472fe7f3

View File

@ -312,7 +312,7 @@
'account_type' => $account_info['account_type'],
'person_id' => $account_info['person_id'],
'account_primary_group' => $account_info['account_primary_group'],
'account_email' => $account_info['email'],
'account_email' => $account_info['account_email'],
);
if (isset($account_info['account_id']) && (int)$account_info['account_id'] && !$this->id2name($account_info['account_id']))
{