diff --git a/epubfs.php b/epubfs.php index 587e05f..0829678 100644 --- a/epubfs.php +++ b/epubfs.php @@ -38,6 +38,7 @@ try { return $path; } $comp = $book->getComponentName ($component, $path); + if (!$comp) return "#"; return "$method'epubfs.php?{$add}comp=$comp'"; };