Add again the series Index in the book list. Reported by fatzgenfatz

This commit is contained in:
Sébastien Lucas 2013-07-29 14:19:20 +02:00
parent a3a293630e
commit 784a39e957
2 changed files with 2 additions and 1 deletions

View file

@ -135,6 +135,7 @@ class Book extends Base {
"authorsName" => $this->getAuthorsName (),
"tagsName" => $this->getTagsName (),
"seriesName" => $sn,
"seriesIndex" => $this->seriesIndex,
"seriesCompleteName" => $scn,
"seriesurl" => $su);