From 19feaed9f2e46d04a27dbea3e9ad32ce1bf709de Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 20 May 2018 13:21:11 +0200 Subject: [PATCH] use error-image from api not old phpgwapi --- api/src/Html/HtmLawed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Html/HtmLawed.php b/api/src/Html/HtmLawed.php index 9b6288452b..71c873eb25 100644 --- a/api/src/Html/HtmLawed.php +++ b/api/src/Html/HtmLawed.php @@ -395,7 +395,7 @@ function hl_email_tag_transform($element, $attribute_array=0) { $attribute_array['alt']= $attribute_array['alt'].' [blocked (reason: url length):'.$attribute_array['src'].']'; if (!isset($attribute_array['title'])) $attribute_array['title']=$attribute_array['alt']; - $attribute_array['src']=Api\Image::find('phpgwapi','dialog_error'); + $attribute_array['src']=Api\Image::find('api','error'); } if (!preg_match('/^cid:.*/',$attribute_array['src'])) {