From c614efd33c696062aca57d5676052f4b7ab85946 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 13 Jan 2026 15:08:46 +0100 Subject: [PATCH] fixes #2507 add conditions before trying to display an image in the email --- themes/default/template/mail/text/html/cat_group_info.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/default/template/mail/text/html/cat_group_info.tpl b/themes/default/template/mail/text/html/cat_group_info.tpl index 6a136c63c..5ef24d412 100644 --- a/themes/default/template/mail/text/html/cat_group_info.tpl +++ b/themes/default/template/mail/text/html/cat_group_info.tpl @@ -1,6 +1,8 @@

{'Informations'|@translate}

+{if isset($IMG) && isset($IMG.link) && isset($IMG.src)}

+{/if}

{'Hello,'|@translate}

{'Discover album:'|@translate} {$CAT_NAME}

{$CPL_CONTENT}