Browse Source

Make cleanup() method public

pull/88/head
Aleksander Machniak 13 years ago
parent
commit
8b08ec158b
  1. 2
      program/lib/Roundcube/rcube_vcard.php

2
program/lib/Roundcube/rcube_vcard.php

@ -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