diff --git a/epubfs.php b/epubfs.php index d4afb9f..aef2d90 100644 --- a/epubfs.php +++ b/epubfs.php @@ -14,7 +14,6 @@ function notFound () { function getComponentContent ($book, $component, $add) { $data = $book->component ($component); - $directory = dirname ($component); $callback = function ($m) use ($book, $component, $add) { $method = $m[1];