From 7aa46511e222d92ba7eb9b15cb7b980b2b69aec5 Mon Sep 17 00:00:00 2001 From: Julio Date: Thu, 24 Aug 2017 09:43:22 +0200 Subject: [PATCH] No need to be manager to see the join button see BT#12620 --- plugin/bbb/listing.php | 2 +- plugin/bbb/listing.tpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin/bbb/listing.php b/plugin/bbb/listing.php index 26ddcfc6d4..07a44b8d54 100755 --- a/plugin/bbb/listing.php +++ b/plugin/bbb/listing.php @@ -129,7 +129,7 @@ $maxUsers = $bbb->getMaxUsersLimit(); $status = $bbb->isServerRunning(); $meetingExists = $bbb->meetingExists($bbb->getCurrentVideoConferenceName()); $showJoinButton = false; -if (($meetingExists || $conferenceManager) && ($maxUsers == 0 || $maxUsers > $usersOnline)) { +if ($meetingExists && ($maxUsers == 0 || $maxUsers > $usersOnline)) { $showJoinButton = true; } $conferenceUrl = $bbb->getConferenceUrl(); diff --git a/plugin/bbb/listing.tpl b/plugin/bbb/listing.tpl index c2d83f12bc..3d860c7bb7 100755 --- a/plugin/bbb/listing.tpl +++ b/plugin/bbb/listing.tpl @@ -1,9 +1,9 @@
{% if bbb_status == true %} -