Skip to content

Commit

Permalink
Smarty notice fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Feb 9, 2023
1 parent 809ff2b commit 25c463b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/CRM/common/success.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
</p>
</div>
<p><span class="crm-status-icon success"> </span>{$message}</p>
{if !empty($afterUpgradeMessage)}
{if array_key_exists($afterUpgradeMessage, $form) && $afterUpgradeMessage}
<h3>{ts}Important Notes{/ts}</h3>
<p>{$afterUpgradeMessage}</p>
<p>{$afterUpgradeMessage|smarty:nodefaults}</p>
{/if}
<p><a href="{crmURL p='civicrm/dashboard' q='reset=1'}" title="{ts}CiviCRM home page{/ts}" style="text-decoration: underline;">{ts}Return to CiviCRM home page.{/ts}</a></p>
</div>
Expand Down

0 comments on commit 25c463b

Please sign in to comment.