Skip to content
Snippets Groups Projects
Unverified Commit ef4563cb authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #21344 from seamuslee001/fix_page_hook_test

[REF] Fix Page Hook test on php8 by putting in guard into customDataB…
parents 2934bc6f 9862a4c2
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@
<script type="text/javascript">
CRM.$(function($) {
{/literal}
{if $customDataSubType}
{if !empty($customDataSubType)}
CRM.buildCustomData('{$customDataType}', {$customDataSubType}, false, false, false, false, false, {$cid});
{else}
CRM.buildCustomData('{$customDataType}', false, false, false, false, false, false, {$cid});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment