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 f506ed2 commit b40cd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Contacts/Flag/Host.php
Original file line number Diff line number Diff line change
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 b40cd05

Please sign in to comment.