forked from extern/egroupware
Missed an 'l'
This commit is contained in:
parent
42f5df0ee9
commit
63d18c1bd2
@ -144,7 +144,7 @@
|
|||||||
|
|
||||||
// Check if the account is already there.
|
// Check if the account is already there.
|
||||||
// If so, we won't try to create it again.
|
// If so, we won't try to create it again.
|
||||||
$acct_exist = $acct->name2id($thisacctid);
|
$acct_exist = $acct->name2id($thisacctlid);
|
||||||
if ($acct_exist)
|
if ($acct_exist)
|
||||||
{
|
{
|
||||||
$thisacctid = $acct_exist;
|
$thisacctid = $acct_exist;
|
||||||
|
Loading…
Reference in New Issue
Block a user