]> _ Git - cubeextranet.git/commitdiff
wait #2475 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 24 Jan 2019 18:34:34 +0000 (18:34 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 24 Jan 2019 18:34:34 +0000 (18:34 +0000)
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 2312a9f518f10748cf4fa5fcd84cae832e4a5f36..0d616bb8a52d80d059ad12271cdc2098bfc01bfe 100644 (file)
@@ -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);
                        }