X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Ftemplates%2Fdao.tpl;h=82172516081b85bf195e50d90a24841cefa1dd73;hb=65c86f7db8c97577fcb3a8c9d2a59f6d1e4ad881;hp=488ec34efddbc38ded15a7955a0683eda955abb7;hpb=f14a8cc5397fca2a4ed9ea754337730c3285aff8;p=civicrm-core.git diff --git a/xml/templates/dao.tpl b/xml/templates/dao.tpl index 488ec34efd..8217251608 100644 --- a/xml/templates/dao.tpl +++ b/xml/templates/dao.tpl @@ -138,6 +138,7 @@ class {$table.className} extends CRM_Core_DAO {ldelim} 'entity' => '{$table.entity}', 'bao' => '{$table.bao}', 'localizable' => {if $field.localizable}1{else}0{/if}, + {if $field.localize_context}'localize_context' => '{$field.localize_context}',{/if} {if $field.FKClassName} 'FKClassName' => '{$field.FKClassName}',