mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
some pending changes
This commit is contained in:
parent
476d4bd99d
commit
19a7894269
@ -983,7 +983,7 @@ class Accounts
|
||||
if (!is_array($app_users))
|
||||
{
|
||||
self::setup_cache();
|
||||
$cache = &self::$cache['account_split'][$app_user];
|
||||
$cache = &self::$cache['account_split'][$app_users];
|
||||
|
||||
if (is_array($cache))
|
||||
{
|
||||
|
@ -125,7 +125,7 @@ class Ldap
|
||||
*
|
||||
* @var Api\Accounts
|
||||
*/
|
||||
private $frontend;
|
||||
protected $frontend;
|
||||
|
||||
/**
|
||||
* Instance of the ldap class
|
||||
|
Loading…
Reference in New Issue
Block a user