mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
parent
476720ada9
commit
e4ad4c7e98
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class Connection extends LDAPUtility {
|
|||
}
|
||||
$key = $this->getCacheKey($key);
|
||||
|
||||
return json_decode(base64_decode($this->cache->get($key)));
|
||||
return json_decode(base64_decode($this->cache->get($key)), true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue