From: vincent@cubedesigners.com Date: Thu, 24 Jan 2019 18:34:34 +0000 (+0000) Subject: wait #2475 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1123b0938867817ce8dade257ec971dd97294e54;p=cubeextranet.git wait #2475 @1 --- 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 2312a9f51..0d616bb8a 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -632,7 +632,7 @@ class wsHTML5Compiler $hash = hash('sha256', $this->book->parametres->audiodescriptionVoice . '_^_' . $text); $fname = $hash . '.mp3'; - $dir = WS_BOOKS . '/audiodescription/' . $this->book_id . '/'; + $dir = WS_BOOKS . '/audiodescription/'; if (!file_exists($dir)) { mkdir($dir, 0777, true); }