mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix typo in comment
This commit is contained in:
parent
ec2ce0f943
commit
12fa75f978
@ -1016,7 +1016,7 @@ class accounts
|
||||
|
||||
$account =& self::$request_cache[$account_id];
|
||||
|
||||
if (!isset($account)) // not in request cache --> try intance cache
|
||||
if (!isset($account)) // not in request cache --> try instance cache
|
||||
{
|
||||
$account = egw_cache::getInstance(__CLASS__, 'account-'.$account_id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user