Fix another case of missing file.
This commit is contained in:
parent
90ffaeda77
commit
00c25fb9fb
|
@ -48,7 +48,7 @@ try {
|
||||||
$hash = "#" . $matches [2];
|
$hash = "#" . $matches [2];
|
||||||
}
|
}
|
||||||
$comp = $book->getComponentName ($component, $path);
|
$comp = $book->getComponentName ($component, $path);
|
||||||
if (!$comp) return "#";
|
if (!$comp) return "{$method}'#'{$end}";
|
||||||
$out = "{$method}'epubfs.php?{$add}comp={$comp}{$hash}'{$end}";
|
$out = "{$method}'epubfs.php?{$add}comp={$comp}{$hash}'{$end}";
|
||||||
if ($end) {
|
if ($end) {
|
||||||
return $out;
|
return $out;
|
||||||
|
|
Loading…
Reference in a new issue