Simplify a little the JSON, a little more to do. re # 73
This commit is contained in:
parent
23267e37fa
commit
2029ab7d01
5 changed files with 37 additions and 24 deletions
2
base.php
2
base.php
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue