Skip to content

Commit

Permalink
Update PageDCA.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 authored May 16, 2023
1 parent 1e51518 commit e634ebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DCA/PageDCA.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public function hookLoadDataContainer(string $table) : void
continue;
}

$palette .= ';{hofff_language_relations_legend}';
$_GET['do'] === 'hofff_language_relations_group' && $palette .= ',hofff_language_relations_info';
$palette .= ',hofff_language_relations';
$palette .= ';{hofff_language_relations_legend}';
($_GET['do'] ?? '') === 'hofff_language_relations_group' && $palette .= ',hofff_language_relations_info';
$palette .= ',hofff_language_relations';
}
unset($palette, $palettes);
}
Expand Down

0 comments on commit e634ebe

Please sign in to comment.