summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-06 09:59:08 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-06 09:59:08 -0800
commit9682b7ea6e2486c2e5dc43799ca215c51dda0baf (patch)
tree95c741f4fa84ff5282c0b7014027c0d86977b8f9
parent0abd77c9e5dd0b7a5d265932490b694238323093 (diff)
Remove unnecessary leaf param from TreeNode results.
-rw-r--r--modules/organize/controllers/organize.php1
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");