X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FSmarty%2Fplugins%2Fprefilter.resetExtScope.php;h=c9c35ec46683e71b9c61c4ae42d149b4bdace97e;hb=518fa0ee1556723e8e67e02a59e8e7f51ed76f6b;hp=88bb6382c050aa89a30a64a8fd701f35b16f2206;hpb=3e313be3d809c843e312384963cdbcd890f0445f;p=civicrm-core.git diff --git a/CRM/Core/Smarty/plugins/prefilter.resetExtScope.php b/CRM/Core/Smarty/plugins/prefilter.resetExtScope.php index 88bb6382c0..c9c35ec466 100644 --- a/CRM/Core/Smarty/plugins/prefilter.resetExtScope.php +++ b/CRM/Core/Smarty/plugins/prefilter.resetExtScope.php @@ -8,8 +8,7 @@ * @return string */ function smarty_prefilter_resetExtScope($tpl_source, &$smarty) { - return - '{crmScope extensionKey=""}' + return '{crmScope extensionKey=""}' . $tpl_source . '{/crmScope}'; }