diff options
Diffstat (limited to 'modules/organize/controllers')
| -rw-r--r-- | modules/organize/controllers/organize.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index c23d6d61..2ded8a2e 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -161,9 +161,9 @@ class Organize_Controller extends Controller { "allowDrag" => false, "allowDrop" => access::can("edit", $child), "editable" => false, - "expandable" => true, + "expandable" => false, "id" => $child->id, - "leaf" => false, + "leaf" => $child->children_count(array(array("type", "=", "album"))) == 0, "text" => $child->title, "nodeType" => "async"); |
