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:25:46 +0100 |
commit | 19611462279252582e8c5b384c13f89949e229e5 (patch) | |
tree | cfa506c349e84613496e9cfe672b3f4d6d76cb6c /program/lib/Roundcube/rcube_vcard.php | |
parent | d94a710e7ab475fc3c6db6dfb815663f06978d58 (diff) |
Make cleanup() method public
Diffstat (limited to 'program/lib/Roundcube/rcube_vcard.php')
-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( |