From 7a22359a14a1e60bf38b10dc8f7039e7b1aa4604 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Fri, 15 Oct 2021 16:28:26 +0200 Subject: [PATCH] relatd to #1525 fix undifined variable in picture modif --- admin/themes/default/template/picture_modify.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index dce4f48d6..fad561161 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -111,7 +111,7 @@ $('#action-delete-picture').on('click', function() {
{$INTRO.file}
{$INTRO.size}
-
{$INTRO.formats}
+
{if isset($INTRO.formats)}{$INTRO.formats} {/if}
{$INTRO.ext}