summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/models/item.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/item.php b/core/models/item.php
index f8a710e4..ce48c4d4 100644
--- a/core/models/item.php
+++ b/core/models/item.php
@@ -21,6 +21,7 @@ class Item_Model extends ORM_MPTT {
protected $children = 'items';
private $relative_path = null;
private $view_restrictions = null;
+ protected $sorting = array();
var $rules = array(
"name" => "required|length[0,255]",