From 3d88a4241bc4b31d3cc8cc4abe463954585d194c Mon Sep 17 00:00:00 2001 From: Alec Smecher Date: Fri, 6 Dec 2024 14:15:51 -0800 Subject: [PATCH] #258 Fix Smarty warning --- templates/frontend/components/footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/frontend/components/footer.tpl b/templates/frontend/components/footer.tpl index 3b3e6f2..126ea2c 100644 --- a/templates/frontend/components/footer.tpl +++ b/templates/frontend/components/footer.tpl @@ -33,7 +33,7 @@ {* Load author biography modals if they exist *} -{if !empty($smarty.capture.authorBiographyModals|trim)} +{if !empty($smarty.capture.authorBiographyModals|default:""|trim)} {$smarty.capture.authorBiographyModals} {/if}