Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Nov 19, 2024
1 parent 79b2795 commit a97eefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/partials/_meetings_setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
if ($this->connected) {
echo '<option value="">Not Used</option>';
$used_formats = Bread_Bmlt::getFormatsForSelect(false);
foreach($used_formats as $format) {
foreach ($used_formats as $format) {
$selected = '';
if ($format['id'] == Bread::getOption('used_format_1')) {
$selected = 'selected="selected"';
Expand Down

0 comments on commit a97eefd

Please sign in to comment.