Skip to content

Commit 40f06bd

Browse files
corrige template part cultural-segment
1 parent 81c3104 commit 40f06bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/SettingsPa/layouts/parts/registration-fields/cultural-segment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
'entity-terms'
1212
);
1313
?>
14-
<entity-terms :entity="entity" taxonomy="segmento" :editable="<?=$isEditable?>" classes="col-12" title="<?php i::_e('Segmento cultural'); ?>" ></entity-terms>
14+
<entity-terms :entity="entity" taxonomy="segmento" :editable="isEditable ? 'true' : 'false' ?>" classes="col-12" title="<?php i::_e('Segmento cultural'); ?>" ></entity-terms>

0 commit comments

Comments
 (0)