]> _ Git - cubeextranet.git/commitdiff
#fluidbook-html5 : Fix videos not being embeded in html5 package
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 25 Mar 2016 10:55:54 +0000 (10:55 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 25 Mar 2016 10:55:54 +0000 (10:55 +0000)
inc/ws/Util/html5/class.ws.html5.links.php

index 15569a635f02b24bef97adc2f8376013a5bc35aa..d45bdf54781383a48e7c039f097637ccb0ca271a 100644 (file)
@@ -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);