From 00c25fb9fb3f67144830056ab7f1a9dd005612a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 13 Jan 2014 22:31:03 +0100 Subject: [PATCH] Fix another case of missing file. --- epubfs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epubfs.php b/epubfs.php index f6f5a92..26cc481 100644 --- a/epubfs.php +++ b/epubfs.php @@ -48,7 +48,7 @@ try { $hash = "#" . $matches [2]; } $comp = $book->getComponentName ($component, $path); - if (!$comp) return "#"; + if (!$comp) return "{$method}'#'{$end}"; $out = "{$method}'epubfs.php?{$add}comp={$comp}{$hash}'{$end}"; if ($end) { return $out;