From bcea0392e0c6596d4199bdfbb303704f1806b9b2 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 25 Mar 2016 10:55:54 +0000 Subject: [PATCH] #fluidbook-html5 : Fix videos not being embeded in html5 package --- inc/ws/Util/html5/class.ws.html5.links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/class.ws.html5.links.php b/inc/ws/Util/html5/class.ws.html5.links.php index 15569a635..d45bdf547 100644 --- a/inc/ws/Util/html5/class.ws.html5.links.php +++ b/inc/ws/Util/html5/class.ws.html5.links.php @@ -512,7 +512,7 @@ class videoLink extends wsHTML5Link { class videoPopupLink extends normalLink { public function getURL() { - $this->copyExternalFile($this->to, false); + $this->copyExternalFile($this->to, true); $file = $this->to; $e = explode('.', $file); $ext = array_pop($e); -- 2.39.5