dev/core#4962 Fix Smarty fatal on resource url page
authoreileen <emcnaughton@wikimedia.org>
Fri, 2 Feb 2024 19:12:05 +0000 (08:12 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 2 Feb 2024 19:12:05 +0000 (08:12 +1300)
templates/CRM/Admin/Form/Setting/Url.hlp

index afad84db42f2cd8bca0e9fd6f3e5d7d2d4dadb49..bdc851731853d4f61adc236cfc7ac6513e4d7d9d 100644 (file)
@@ -46,7 +46,7 @@
 {htxt id='id-extensions_url'}
 {ts}Base URL for extension resources (images, stylesheets, etc).{/ts}<br/>
 {capture assign=civicrmAdminSettingPath}{crmURL p="civicrm/admin/setting/path" q="reset=1"}{/capture}
-{ts 1=$civicrmAdminSettingPath 2=`$config->extensionsDir`}This should match the <a href="%1">"CiviCRM Extensions Directory"</a> ("%2").{/ts}
+{ts 1=$civicrmAdminSettingPath 2="$config->extensionsDir"}This should match the <a href="%1">"CiviCRM Extensions Directory"</a> ("%2").{/ts}
 {/htxt}
 
 {htxt id='id-css_url-title'}