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

pull/2487/head
Yannick Warnier 10 years ago
parent 0073e215fa
commit fec85e37bc
  1. 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/';

Loading…
Cancel
Save