forked from extern/egroupware
wrong variable name
need to be checked for HEAD to
This commit is contained in:
parent
6632e631fc
commit
db472fe7f3
@ -312,7 +312,7 @@
|
|||||||
'account_type' => $account_info['account_type'],
|
'account_type' => $account_info['account_type'],
|
||||||
'person_id' => $account_info['person_id'],
|
'person_id' => $account_info['person_id'],
|
||||||
'account_primary_group' => $account_info['account_primary_group'],
|
'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']))
|
if (isset($account_info['account_id']) && (int)$account_info['account_id'] && !$this->id2name($account_info['account_id']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user