From: Vincent Vanwaelscappel Date: Tue, 29 Mar 2022 12:39:22 +0000 (+0200) Subject: wip #5184 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=772dfb22ad5e0504250713d01c0ec949db44b6b3;p=fluidbook_tools.git wip #5184 @0.25 --- diff --git a/src/Links/VideoLink.php b/src/Links/VideoLink.php index ba457c6..d9f9d87 100644 --- a/src/Links/VideoLink.php +++ b/src/Links/VideoLink.php @@ -64,7 +64,6 @@ class VideoLink extends Link public static function getVideoAttributes($data, $w = null, $h = null, $compiler = null) { - $attr['name'] = VideoPopupLink::getBasename($data->to); if (Url::isDistant($data->to)) { $attr['url'] = $data->to;