From 1123b0938867817ce8dade257ec971dd97294e54 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 24 Jan 2019 18:34:34 +0000 Subject: [PATCH] wait #2475 @1 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5