From e498f6267b10ca67b9af95929ba1b97342f45dd9 Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 3 Feb 2024 08:12:05 +1300 Subject: [PATCH] dev/core#4962 Fix Smarty fatal on resource url page --- templates/CRM/Admin/Form/Setting/Url.hlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/Setting/Url.hlp b/templates/CRM/Admin/Form/Setting/Url.hlp index afad84db42..bdc8517318 100644 --- a/templates/CRM/Admin/Form/Setting/Url.hlp +++ b/templates/CRM/Admin/Form/Setting/Url.hlp @@ -46,7 +46,7 @@ {htxt id='id-extensions_url'} {ts}Base URL for extension resources (images, stylesheets, etc).{/ts}
{capture assign=civicrmAdminSettingPath}{crmURL p="civicrm/admin/setting/path" q="reset=1"}{/capture} -{ts 1=$civicrmAdminSettingPath 2=`$config->extensionsDir`}This should match the "CiviCRM Extensions Directory" ("%2").{/ts} +{ts 1=$civicrmAdminSettingPath 2="$config->extensionsDir"}This should match the "CiviCRM Extensions Directory" ("%2").{/ts} {/htxt} {htxt id='id-css_url-title'} -- 2.25.1