Make cleanup() method public

pull/88/head
Aleksander Machniak 11 years ago
parent cbb695a6de
commit 8b08ec158b

@ -513,7 +513,7 @@ class rcube_vcard
*
* @return string Cleaned vcard block
*/
private static function cleanup($vcard)
public static function cleanup($vcard)
{
// Convert special types (like Skype) to normal type='skype' classes with this simple regex ;)
$vcard = preg_replace(

Loading…
Cancel
Save