From 3953dde2c698d89810661435b2602fbdb55c322e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 2 Dec 2008 21:25:15 +0000 Subject: The rearrange module will now add an album if you drag the "new album" onto the album tree. I haven't had a chance to figure out why the form does get any styling or why a textarea is no included as a list item. --- core/models/item.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/models') diff --git a/core/models/item.php b/core/models/item.php index 99a9c32a..9d23170f 100644 --- a/core/models/item.php +++ b/core/models/item.php @@ -21,6 +21,8 @@ class Item_Model extends ORM_MPTT { protected $children = 'items'; protected $has_one = array("owner" => "user"); + var $rules = array(); + /** * Is this item an album? * @return true if it's an album -- cgit v1.2.3