Skip to content

Commit

Permalink
Removec vcard decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Jan 31, 2015
1 parent 9bc2e40 commit 06768f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Parameter/WFParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private function getContacts(){
if(get_class($element) != 'CFPropertyList\CFDictionary'){
$listitem .= '- '.$element->getValue()."\n";
}else if($element->get('WFContactData')){
$listitem .= '- '.base64_decode($element->get('WFContactData')->getValue())."\n";
$listitem .= '- VCARD';//base64_decode($element->get('WFContactData')->getValue())."\n";
}
}
return $listitem;
Expand Down

0 comments on commit 06768f6

Please sign in to comment.