mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
More checking for caching.
This commit is contained in:
parent
81dfa789c0
commit
e5b4517469
@ -238,7 +238,7 @@
|
|||||||
static $account_type;
|
static $account_type;
|
||||||
|
|
||||||
$account_id = get_account_id($accountid);
|
$account_id = get_account_id($accountid);
|
||||||
if(@isset($account_type[$account_id]))
|
if(@isset($account_type[$account_id]) && @$account_type[$account_id])
|
||||||
{
|
{
|
||||||
return $account_type[$account_id];
|
return $account_type[$account_id];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user