summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-02-17 10:25:46 +0100
committerAleksander Machniak <alec@alec.pl>2013-02-17 10:36:29 +0100
commit8b08ec158b96285f01cbe4cd96d02b7b74e759d2 (patch)
treed9bca647a164bf90fe59de069bd1badbcd097adb
parentcbb695a6de0f5cea9c78fc4bb700c0a6852f9a48 (diff)
Make cleanup() method public
-rw-r--r--program/lib/Roundcube/rcube_vcard.php2
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(