From: Vincent Vanwaelscappel Date: Thu, 30 Jan 2025 16:01:03 +0000 (+0100) Subject: wait #7291 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d5c477359ab02d1a68b342a7a3d63e2b6c4166de;p=fluidbook_tools.git wait #7291 --- diff --git a/src/Links/Link.php b/src/Links/Link.php index 294c26c..35f0b26 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -211,7 +211,7 @@ class Link return new WebVideoPopupLink($id, $init, $compiler); } else if ($init['inline'] === '_blank') { $init['target'] = $init['inline']; - $init['to'] = WebVideo::getURL($init['video_service'], $init['to']); + $init['to'] = WebVideo::getURL($init['video_service'], $init['to'], [], 'webpage'); return new WebLink($id, $init, $compiler); } return new WebVideoLink($id, $init, $compiler);