mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Found another problem on the same line
This commit is contained in:
parent
01cd30a78f
commit
966cc127e0
@ -283,7 +283,7 @@
|
||||
|
||||
if ($_userData['old_loginid'] != $_userData['account_lid'])
|
||||
{
|
||||
if ($phpgw->accounts->exists($_userData['account_loginid']))
|
||||
if ($phpgw->accounts->exists($_userData['account_lid']))
|
||||
{
|
||||
$error[$totalerrors] = lang('That loginid has already been taken');
|
||||
$totalerrors++;
|
||||
|
Loading…
Reference in New Issue
Block a user