Fix copy&paste typos
This commit is contained in:
parent
944b42afec
commit
20d6aa265c
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');
|
protected $extra_cols = array('type');
|
||||||
protected $binary_items = array(
|
protected $binary_items = array(
|
||||||
'photo' => '|<photo><uri>[^;]+;base64,([^<]+)</uri></photo>|i',
|
'photo' => '|<photo><uri>[^;]+;base64,([^<]+)</uri></photo>|i',
|
||||||
'pgppublickey' => '|<key><uri>date:application/pgp-keys;base64,([^<]+)</uri></photo>|i',
|
'pgppublickey' => '|<key><uri>date:application/pgp-keys;base64,([^<]+)</uri></key>|i',
|
||||||
'pkcs7publickey' => '|<key><uri>date:application/pkcs7-mime;base64,([^<]+)</uri></photo>|i',
|
'pkcs7publickey' => '|<key><uri>date:application/pkcs7-mime;base64,([^<]+)</uri></key>|i',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue