Aleksander Machniak
2012-07-30 cfc27c9b764985f707e8ca8d5ba663b6e4b01ecc
program/steps/mail/show.inc
@@ -274,7 +274,7 @@
  if ($MESSAGE->sender)
    $photo_img = $RCMAIL->url(array('_task' => 'addressbook', '_action' => 'photo', '_email' => $MESSAGE->sender['mailto'], '_alt' => $placeholder));
  else
    $photo_img = $placeholder ? $placeholder : 'program/blank.gif';
    $photo_img = $placeholder ? $placeholder : 'program/resources/blank.gif';
  return html::img(array('src' => $photo_img) + $attrib);
}