Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Jun 2, 2024
1 parent a044a81 commit ea270ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmlt-meeting-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ function enhance_meeting(&$meeting_value, $lang)
$meeting_value['wheelchair'] = '';
if (!is_null($this->wheelchair_format)) {
$fmts = explode(',', $meeting_value['format_shared_id_list']);
if (in_array($this->wheelchair_format['id'],$fmts)) {
if (in_array($this->wheelchair_format['id'], $fmts)) {
$meeting_value['wheelchair'] = '<img src="'.plugin_dir_url(__FILE__) . 'includes/wheelchair.png" width="20" height="20">';
}
}
Expand Down

0 comments on commit ea270ec

Please sign in to comment.