Simplify a little the JSON, a little more to do. re # 73

Tato revize je obsažena v:
Sébastien Lucas 2013-06-17 22:23:58 +02:00
rodič 23267e37fa
revize 2029ab7d01
5 změněných souborů, kde bylo provedeno 37 přidání a 24 odebrání

Zobrazit soubor

@ -311,8 +311,6 @@ class EntryBook extends Entry
public function getContentArray () {
$entry = array ( "title" => $this->title);
$entry ["coverurl"] = $this->getCover ();
$entry ["thumbnailurl"] = $this->getCoverThumbnail ();
$entry ["book"] = $this->book->getContentArray ();
return $entry;
}