Make cleanup() method public

pull/15/head^2
Aleksander Machniak 12 years ago
parent d94a710e7a
commit 1961146227

@ -513,7 +513,7 @@ class rcube_vcard
* *
* @return string Cleaned vcard block * @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 ;) // Convert special types (like Skype) to normal type='skype' classes with this simple regex ;)
$vcard = preg_replace( $vcard = preg_replace(

Loading…
Cancel
Save