parent
476720ada9
commit
e4ad4c7e98
|
@ -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 New Issue