From: Coleman Watts Date: Tue, 15 May 2018 16:49:58 +0000 (-0400) Subject: Tpl cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fbdb9a4db6f12436b4fa8e09a02ff336a8ccab6f;p=civicrm-core.git Tpl cleanup --- diff --git a/xml/templates/dao.tpl b/xml/templates/dao.tpl index 9d579be623..9c39ce7408 100644 --- a/xml/templates/dao.tpl +++ b/xml/templates/dao.tpl @@ -137,7 +137,7 @@ class {$table.className} extends CRM_Core_DAO {ldelim} 'table_name' => '{$table.name}', 'entity' => '{$table.entity}', 'bao' => '{$table.bao}', - 'localizable' => {if ($field.localizable)}{1}{else}{0}{/if}, + 'localizable' => {if $field.localizable}1{else}0{/if}, {if $field.FKClassName} 'FKClassName' => '{$field.FKClassName}',