Fix another case of missing file.

This commit is contained in:
Sébastien Lucas 2014-01-13 22:31:03 +01:00
parent 90ffaeda77
commit 00c25fb9fb

View file

@ -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;