From: vincent@cubedesigners.com Date: Tue, 7 Mar 2023 18:37:35 +0000 (+0000) Subject: wait #5785 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e1316b326929f6f0798898644327be1c7fd67866;p=cubeextranet.git wait #5785 @0.25 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 8aac88c5e..ec9fc9076 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2662,7 +2662,7 @@ height="0" width="0" style="display:none;visibility:hidden"> $this->audioDescriptionTextsList[$link['page']] = ['text' => file_get_contents($file)]; } } else { - $this->config->audiodescription[$link['page']] = ['text' => $link['to']]; + $this->config->audiodescription[$link['page']] = $link['to']; $this->copyLinkFile($link['to'], 'data/audiodescription/'); } }