Fixed invitation iframe URL
This commit is contained in:
parent
39f426e352
commit
90baeb5018
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class Invitation extends EntityModel
|
|||
|
||||
if ($this->account->isPro()) {
|
||||
if ($iframe_url) {
|
||||
return "{$iframe_url}/?{$this->invitation_key}";
|
||||
return "{$iframe_url}?{$this->invitation_key}";
|
||||
} elseif ($this->account->subdomain) {
|
||||
$url = Utils::replaceSubdomain($url, $this->account->subdomain);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue