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
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -610,7 +610,7 @@
 block discarded – undo
610 610
                 $actionLinks = $this->getActionLinks($meetingDB, $record, $isGlobal, $isAdminReport);
611 611
                 $item['show_links']  = $recordLink;
612 612
                 $item['action_links'] = implode(PHP_EOL, $actionLinks);
613
-            }else{
613
+            } else{
614 614
             	$isVisible = $meetingDB['visibility'] != 0;
615 615
             	$linkVisibility = $isVisible
616 616
                     ? Display::url(
Please login to merge, or discard this patch.