From: vincent@cubedesigners.com Date: Fri, 25 Mar 2016 10:55:54 +0000 (+0000) Subject: #fluidbook-html5 : Fix videos not being embeded in html5 package X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bcea0392e0c6596d4199bdfbb303704f1806b9b2;p=cubeextranet.git #fluidbook-html5 : Fix videos not being embeded in html5 package --- 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);