Fix caching of contact keys (#4939)
This commit is contained in:
parent
ea8a8b2972
commit
a67881cd8c
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ class kolab_storage_cache_contact extends kolab_storage_cache
|
|||
protected $extra_cols = array('type','name','firstname','surname','email');
|
||||
protected $binary_items = array(
|
||||
'photo' => '|<photo><uri>[^;]+;base64,([^<]+)</uri></photo>|i',
|
||||
'pgppublickey' => '|<key><uri>date:application/pgp-keys;base64,([^<]+)</uri></key>|i',
|
||||
'pkcs7publickey' => '|<key><uri>date:application/pkcs7-mime;base64,([^<]+)</uri></key>|i',
|
||||
'pgppublickey' => '|<key><uri>data:application/pgp-keys;base64,([^<]+)</uri></key>|i',
|
||||
'pkcs7publickey' => '|<key><uri>data:application/pkcs7-mime;base64,([^<]+)</uri></key>|i',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue