Disable type-check when fetching objects by UID
This commit is contained in:
parent
0d692b1774
commit
9163ca1ce0
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ class kolab_storage_folder
|
|||
$this->cache->synchronize();
|
||||
|
||||
$msguid = $this->cache->uid2msguid($uid);
|
||||
if ($msguid && ($object = $this->cache->get($msguid)))
|
||||
if ($msguid && ($object = $this->cache->get($msguid, '*')))
|
||||
return $object;
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue