summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-01-12 05:44:28 -0500
committerAleksander Machniak <alec@alec.pl>2015-01-12 05:44:28 -0500
commitc6efcf5e6d11a0f236daff3aa3bd6532c77726d3 (patch)
tree7135cf595e0489d2640ac72d48a53b6ac408078d /program/steps/mail/func.inc
parent49b1c16c464586d826e974cd2223090923207516 (diff)
Fix blocked.gif image usage with assets_dir set
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 6423636f0..48d989954 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -815,7 +815,7 @@ function rcmail_wash_html($html, $p, $cid_replaces)
$wash_opts = array(
'show_washed' => false,
'allow_remote' => $p['safe'],
- 'blocked_src' => "./program/resources/blocked.gif",
+ 'blocked_src' => 'program/resources/blocked.gif',
'charset' => RCUBE_CHARSET,
'cid_map' => $cid_replaces,
'html_elements' => array('body'),