Skip to content

Commit c5e6b4f

Browse files
committed
corrige lógica de inserir ou não opção Outro no segmento cultural
1 parent 0f27947 commit c5e6b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/SettingsPa/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function registerTaxonomies()
156156
];
157157

158158
// Insere "Outros" entre "Música" e "Patrimônio Cultural Imaterial"
159-
if($this->config['remove_other_segment']) {
159+
if(!$this->config['remove_other_segment']) {
160160
array_splice($segmento_options, 16, 0, "Outros");
161161
}
162162

0 commit comments

Comments
 (0)