Skip to content
Snippets Groups Projects
Commit 800d9240 authored by eileen's avatar eileen
Browse files

Add trailing comma to pseudoconstant array in DAOs

Code change only includes sample - full regenerate will follow after merge
parent ffe6b7c7
Branches
Tags
No related merge requests found
......@@ -223,7 +223,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
],
'pseudoconstant' => [
'callback' => 'CRM_ACL_BAO_ACL::operation',
]
],
],
'object_table' => [
'name' => 'object_table',
......
......@@ -154,7 +154,7 @@ class {$table.className} extends CRM_Core_DAO {ldelim}
),
{/if}
{if $field.pseudoconstant}
'pseudoconstant' => {$field.pseudoconstant|@print_array}
'pseudoconstant' => {$field.pseudoconstant|@print_array},
{/if} {* field.pseudoconstant *} ),
{/foreach} {* table.fields *}
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment