mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-24 21:39:11 -04:00
Remove unnecessary leaf param from TreeNode results.
This commit is contained in:
@@ -169,7 +169,6 @@ class Organize_Controller extends Controller {
|
||||
"editable" => false,
|
||||
"expandable" => false,
|
||||
"id" => $child->id,
|
||||
"leaf" => false,
|
||||
"text" => $child->title,
|
||||
"nodeType" => "async");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user