forked from extern/egroupware
fixed PHP Fatal error: Attempt to unset static property accounts::$cache
This commit is contained in:
parent
f27fbd3fc8
commit
e6304eec45
@ -178,8 +178,7 @@ class accounts
|
||||
$this->config = $backend;
|
||||
$backend = null;
|
||||
self::$_instance = $this; // also set instance returned by singleton
|
||||
unset(self::$cache); // and empty our internal (session) cache
|
||||
self::$cache = array();
|
||||
self::$cache = array(); // and empty our internal (session) cache
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user