diff --git a/book.php b/book.php index 4599f75..a72d3d5 100644 --- a/book.php +++ b/book.php @@ -187,7 +187,7 @@ class Book extends Base { $result->execute (array ($this->id)); while ($post = $result->fetchObject ()) { - array_push ($this->tags, new Tag ($post->id, $post->name)); + array_push ($this->tags, new Tag ($post)); } } return $this->tags;