forked from extern/egroupware
Fixed misspeling in exists(). Change to
This commit is contained in:
parent
e18b447599
commit
ed199e06eb
@ -182,7 +182,7 @@
|
||||
if(gettype($account_lid) == 'integer')
|
||||
{
|
||||
$account_id = $account_lid;
|
||||
settype($acount_lid,'string');
|
||||
settype($account_lid,'string');
|
||||
$account_lid = $this->id2name($account_id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user