Even more SQL improvements.
This commit is contained in:
parent
6e7bd68ebb
commit
bbf9378a49
10 changed files with 109 additions and 88 deletions
|
|
@ -32,7 +32,7 @@ class Item extends BaseObject {
|
|||
|
||||
public function __construct($data) {
|
||||
$a = $this->get_app();
|
||||
|
||||
|
||||
$this->data = $data;
|
||||
$this->set_template('wall');
|
||||
$this->toplevel = ($this->get_id() == $this->get_data_value('parent'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue