mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 08:19:45 +01:00
Fixed misspeling in exists(). Change to
This commit is contained in:
parent
e18b447599
commit
ed199e06eb
@ -182,7 +182,7 @@
|
|||||||
if(gettype($account_lid) == 'integer')
|
if(gettype($account_lid) == 'integer')
|
||||||
{
|
{
|
||||||
$account_id = $account_lid;
|
$account_id = $account_lid;
|
||||||
settype($acount_lid,'string');
|
settype($account_lid,'string');
|
||||||
$account_lid = $this->id2name($account_id);
|
$account_lid = $this->id2name($account_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user