Added meta->title to pages, and subitem fixes

This commit is contained in:
Deon George
2016-07-28 15:18:01 +10:00
parent c5b2785e82
commit 28fe999d54
2 changed files with 2 additions and 1 deletions

View File

@@ -356,6 +356,7 @@ abstract class lnApp_ORM extends Kohana_ORM {
public function subitem_add(Model $item) {
array_push($this->_sub_items,$item);
$this->_sub_items_sorted = FALSE;
}
public function subitem_get($model,array $key) {