Fix bad use of Tag contruct
这个提交存在于:
父节点
313234edda
当前提交
bef89f3a98
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
2
book.php
2
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;
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用