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

Ten commit jest zawarty w:
Sébastien Lucas 2013-07-29 14:19:20 +02:00
rodzic a3a293630e
commit 784a39e957
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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