Browse Source

Minor - really fix issue with the global per user link to invite anonymous users (forgotten line broke previous fix) - refs BT#11157

Yannick Warnier 8 years ago
parent
commit
fec85e37bc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugin/bbb/lib/bbb.lib.php

+ 0 - 1
plugin/bbb/lib/bbb.lib.php

@@ -106,7 +106,6 @@ class bbb
                 $this->userCompleteName = $userInfo['complete_name'];
             }
 
-            $this->userCompleteName = $userInfo['complete_name'];
             $this->salt = $bbb_salt;
             $info = parse_url($bbb_host);
             $this->url = $bbb_host.'/bigbluebutton/';