Skip to content

Commit

Permalink
urlBuilder removal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xJuvi authored Jan 30, 2024
1 parent b70c75d commit a41c967
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions classes/class.ilBBB.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ class ilBBB extends BigBlueButton
{
public function __construct($securitySecret=null, $baseUrl=null)
{
parent::__construct();
$this->securitySecret = $securitySecret;
$this->bbbServerBaseUrl = $baseUrl;
$this->urlBuilder = new UrlBuilder($this->securitySecret, $this->bbbServerBaseUrl);
parent::__construct($baseUrl, $securitySecret);
//Add Proxy
if(ilProxySettings::_getInstance()->isActive())
{
Expand Down

0 comments on commit a41c967

Please sign in to comment.