Skip to content

Commit

Permalink
Fix returning Image object from the flag hostname driver
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 15, 2014
1 parent 20a84ae commit 3fa62c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Contacts/Flag/Host.php
Expand Up @@ -30,7 +30,7 @@ public function flagImg($email)
if ($flag = Horde_Core_Ui_FlagImage::getFlagImageObByHost($addr->host)) {
return array(
'desc' => $flag['name'],
'url' => $flag['ob']->base64img
'url' => $flag['ob']
);
}

Expand Down

0 comments on commit 3fa62c9

Please sign in to comment.