Skip to content

Commit

Permalink
Merge pull request #91 from basitcodeenv/epub-bugfix
Browse files Browse the repository at this point in the history
fix Epub empty array with getChapters func
  • Loading branch information
ewilan-riviere authored Jul 16, 2024
2 parents c820376 + 78edbce commit 0b021a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Formats/Epub/Parser/OpfItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public static function make(string $content, ?string $filename = null): self
$metadata = $content['metadata'] ?? $content['opf:metadata'] ?? [];
$manifest = $content['manifest'] ?? $content['opf:manifest'] ?? [];

$manifest = $content['manifest'] ?? [];
$spine = $content['spine'] ?? [];
$guide = $content['guide'] ?? [];

Expand Down

0 comments on commit 0b021a6

Please sign in to comment.