浏览代码

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 年之前
父节点
当前提交
fec85e37bc
共有 1 个文件被更改,包括 0 次插入1 次删除
  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/';