diff --git a/src/PHPePub/Core/EPub.php b/src/PHPePub/Core/EPub.php index 0bb51f1..eaeb7b6 100644 --- a/src/PHPePub/Core/EPub.php +++ b/src/PHPePub/Core/EPub.php @@ -2199,7 +2199,7 @@ function buildTOC($cssFileName = null, $tocCSSClass = "toc", $title = "Table of function saveBook($fileName, $baseDir = '.') { // Make fileName safe - $fileName = $this->sanitizeFileName($fileName); + // $fileName = $this->sanitizeFileName($fileName); // It is up to the user to ensure valid file names. // Finalize book, if it's not done already if (!$this->isFinalized) {