From: vincent@cubedesigners.com Date: Wed, 4 Nov 2020 16:43:44 +0000 (+0000) Subject: wip #4036 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0c98fd9c908296f2d79d7799b9a618dc491db302;p=cubeextranet.git wip #4036 @0.75 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index bf77e0494..1b04be640 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1597,7 +1597,7 @@ class htmlMultimediaLink extends wsHTML5Link $d = array('fdir' => $fdir, 'dir' => $dir); $file = $this->compiler->wdir . '/' . $this->alternative; $content = file_get_contents($file); - if (strpos($content, '
')) { + if (false && strpos($content, '
')) { return $this->getLottieContent($content, $this->width, $this->height); } $this->compiler->vdir->copy($this->compiler->wdir . '/' . $this->alternative, $d['dir'] . '/' . $this->alternative);