From 6fc07742f8fca9d32db23243d374ea27e8ee4c1e Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 20 Jun 2013 03:38:47 +0000 Subject: smarty 3 - first pass for tests git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/comment_list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/template/comment_list.tpl') diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index 433de1ff2..a04baf27e 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -57,7 +57,7 @@ {/if} {if $comment.WEBSITE_URL}{$comment.AUTHOR}{else}{$comment.AUTHOR}{/if} - {if $comment.EMAIL}- {$comment.EMAIL}{/if} + {if isset($comment.EMAIL)}- {$comment.EMAIL}{/if} - {$comment.DATE} {if isset($comment.IN_EDIT)} -- cgit v1.2.3