Skip to content

Commit

Permalink
Another place to fix the regression for VCard images.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 20, 2014
1 parent ad9de97 commit d203c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turba/lib/Driver.php
Expand Up @@ -1796,7 +1796,7 @@ public function tovCard(Turba_Object $object, $version = '2.1',
case 'logo':
$name = Horde_String::upper($key);
$params = array();
if (strlen($val)) {
if (strlen($hash[$key])) {
$params['ENCODING'] = 'b';
}
if (isset($hash[$key . 'type'])) {
Expand Down

0 comments on commit d203c98

Please sign in to comment.