diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 09:59:08 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 09:59:08 -0800 |
commit | 9682b7ea6e2486c2e5dc43799ca215c51dda0baf (patch) | |
tree | 95c741f4fa84ff5282c0b7014027c0d86977b8f9 /modules | |
parent | 0abd77c9e5dd0b7a5d265932490b694238323093 (diff) |
Remove unnecessary leaf param from TreeNode results.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/controllers/organize.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index eb040778..cfd385fe 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -169,7 +169,6 @@ class Organize_Controller extends Controller { "editable" => false, "expandable" => false, "id" => $child->id, - "leaf" => false, "text" => $child->title, "nodeType" => "async"); |