diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-02-17 10:25:46 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-02-17 10:36:29 +0100 |
commit | 8b08ec158b96285f01cbe4cd96d02b7b74e759d2 (patch) | |
tree | d9bca647a164bf90fe59de069bd1badbcd097adb /program | |
parent | cbb695a6de0f5cea9c78fc4bb700c0a6852f9a48 (diff) |
Make cleanup() method public
Diffstat (limited to 'program')
-rw-r--r-- | program/lib/Roundcube/rcube_vcard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_vcard.php b/program/lib/Roundcube/rcube_vcard.php index c2b30af59..de28767f8 100644 --- a/program/lib/Roundcube/rcube_vcard.php +++ b/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( |