Add Zap threads support

This commit is contained in:
Max Kostikov 2019-05-02 08:30:38 +02:00
parent 51a0fc45e2
commit ea6293544d

View File

@ -38,6 +38,7 @@ class ThreadItem {
$this->data = $data;
$this->toplevel = ($this->get_id() == $this->get_data_value('parent'));
$this->threaded = get_config('system','thread_allow',((defined('NOMADIC')) ? false : true));
$observer = \App::get_observer();