From 1542cb3e83ef8009216f8bcc75387a1615551f57 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 27 Apr 2021 19:15:49 +0000 Subject: [PATCH] wait #4435 @0.5 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c8048cb36..bc5a1ad02 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -580,7 +580,7 @@ class wsHTML5Compiler $this->addJsLib('exceljs', 'js/libs/exceljs.min.js'); $this->addVideoJs(); - $this->config->basketReferences = wsUtil::excelToArrayKeyVars($this->wdir . '/commerce/' . $this->book->parametres->basketReferences); + $this->config->basketReferences = wsUtil::excelToArrayKeyVars($this->wdir . 'commerce/' . $this->book->parametres->basketReferences); wsLinks::getLinksAndRulersFromFile($this->book_id, $links, $rulers); foreach ($links as $link) { @@ -599,7 +599,7 @@ class wsHTML5Compiler $fname = trim($data[$file]); if ($fname !== '') { $fname = str_replace(' ', '-', $fname); - $wfile = $this->wdir . '/commerce/' . $fname; + $wfile = $this->wdir . 'commerce/' . $fname; if (file_exists($wfile)) { $fname = 'data/commerce/' . $fname; $this->vdir->copy($wfile, $fname); -- 2.39.5