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;
|
$this->config = $backend;
|
||||||
$backend = null;
|
$backend = null;
|
||||||
self::$_instance = $this; // also set instance returned by singleton
|
self::$_instance = $this; // also set instance returned by singleton
|
||||||
unset(self::$cache); // and empty our internal (session) cache
|
self::$cache = array(); // and empty our internal (session) cache
|
||||||
self::$cache = array();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user