From: Eileen McNaughton Date: Fri, 1 Oct 2021 03:58:10 +0000 (+1300) Subject: Another one bites the dust X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;h=5b70e7d0ed79badd15759c9331e194158314ef9c;p=civicrm-core.git Another one bites the dust --- diff --git a/templates/CRM/Mailing/Page/Browse.tpl b/templates/CRM/Mailing/Page/Browse.tpl index 448cd77bdb..ad5a0b8d41 100644 --- a/templates/CRM/Mailing/Page/Browse.tpl +++ b/templates/CRM/Mailing/Page/Browse.tpl @@ -35,10 +35,10 @@ {foreach from=$columnHeaders item=header} - {if $header.sort} + {if !empty($header.sort)} {assign var='key' value=$header.sort} {$sort->_response.$key.link} - {else} + {elseif !empty($header.name)} {$header.name} {/if}