From: vincent@cubedesigners.com Date: Mon, 26 Mar 2018 12:37:39 +0000 (+0000) Subject: fix #2006 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=948fbf5962c9f70940d75a7fc08b45abf04ea072;p=cubeextranet.git fix #2006 @1.5 --- 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 b55761156..192dc7c5f 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -884,7 +884,7 @@ class htmlMultimediaLink extends wsHTML5Link { } foreach ($this->_config['inject'] as $i) { - $infos = ['path' => 'data/links/' . $this->alternative . '/']; + $infos = ['path' => 'data/links/' . str_replace('.', '_', $this->alternative) . '/']; $i = str_replace('$id', '"#l_' . $this->id . '"', $i); $i = str_replace('$init', CubeIT_Util_Json::encode($infos), $i); $this->compiler->htmlmultimedia[] = $i;