some pending changes

This commit is contained in:
Ralf Becker 2020-03-04 20:19:08 +01:00
parent 476d4bd99d
commit 19a7894269
2 changed files with 2 additions and 2 deletions

View File

@ -983,7 +983,7 @@ class Accounts
if (!is_array($app_users)) if (!is_array($app_users))
{ {
self::setup_cache(); self::setup_cache();
$cache = &self::$cache['account_split'][$app_user]; $cache = &self::$cache['account_split'][$app_users];
if (is_array($cache)) if (is_array($cache))
{ {

View File

@ -125,7 +125,7 @@ class Ldap
* *
* @var Api\Accounts * @var Api\Accounts
*/ */
private $frontend; protected $frontend;
/** /**
* Instance of the ldap class * Instance of the ldap class