Skip to content

Commit

Permalink
Fix method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 15, 2013
1 parent ddfbf20 commit 4a5df32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Basic/Message.php
Expand Up @@ -275,7 +275,7 @@ protected function _init()
if (!empty($envelope->from)) {
$contacts_img = new IMP_Contacts_Image($envelope->from[0]);
try {
$res = $contacts_img->getData($contacts_img::FLAG);
$res = $contacts_img->getImage($contacts_img::FLAG);
$display_headers['from'] .= ' ' . Horde_Themes_Image::tag(
$res['url'],
array(
Expand Down

0 comments on commit 4a5df32

Please sign in to comment.