use this form instead
This commit is contained in:
parent
7aaa1973f4
commit
6481c9dca1
@ -39,8 +39,7 @@ class ThreadItem {
|
|||||||
$this->data = $data;
|
$this->data = $data;
|
||||||
$this->toplevel = ($this->get_id() == $this->get_data_value('parent'));
|
$this->toplevel = ($this->get_id() == $this->get_data_value('parent'));
|
||||||
|
|
||||||
$conv = $this->get_conversation();
|
$observer = \App::get_observer();
|
||||||
$observer = $conv->get_observer();
|
|
||||||
|
|
||||||
// Prepare the children
|
// Prepare the children
|
||||||
if($data['children']) {
|
if($data['children']) {
|
||||||
|
Reference in New Issue
Block a user