Skip to content

Commit

Permalink
Missed geting parts
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Jan 13, 2012
1 parent b1dc812 commit 34d05af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webiblo.pl
Expand Up @@ -40,6 +40,7 @@
$book->{parts}->[0]->{chapters} = $book->{chapters} unless $book->{parts}; $book->{parts}->[0]->{chapters} = $book->{chapters} unless $book->{parts};


for my $part ( @{ $book->{parts} } ) { for my $part ( @{ $book->{parts} } ) {
get_content($part);
for my $chapter ( @{ $part->{chapters} } ) { for my $chapter ( @{ $part->{chapters} } ) {
get_content($chapter); get_content($chapter);
for my $section ( @{ $chapter->{sections} } ) { for my $section ( @{ $chapter->{sections} } ) {
Expand Down

0 comments on commit 34d05af

Please sign in to comment.