Test Setup Failed
Pull Request — 1.10.x (#1502)
by
unknown
39:59 queued 02:14
created
plugin/bbb/lib/bbb.lib.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -611,8 +611,8 @@
 block discarded – undo
611 611
                 $item['show_links']  = $recordLink;
612 612
                 $item['action_links'] = implode(PHP_EOL, $actionLinks);
613 613
             }else{
614
-            	$isVisible = $meetingDB['visibility'] != 0;
615
-            	$linkVisibility = $isVisible
614
+                $isVisible = $meetingDB['visibility'] != 0;
615
+                $linkVisibility = $isVisible
616 616
                     ? Display::url(
617 617
                         Display::return_icon('visible.png', get_lang('MakeInvisible')),
618 618
                         $this->unPublishUrl($meetingDB)
Please login to merge, or discard this patch.