Fix up a title that I overlooked in 581d9a58db

This commit is contained in:
Bharat Mediratta
2012-05-08 19:03:26 -07:00
parent 4998113484
commit 3191f0f18b
+1 -1
View File
@@ -195,7 +195,7 @@ class Organize_Controller extends Controller {
"expandable" => false,
"id" => $child->id,
"leaf" => $child->children_count(array(array("type", "=", "album"))) == 0,
"text" => $child->title,
"text" => (string)html::clean($child->title),
"nodeType" => "async");
// If the child is in the selected path, open it now. Else, mark it async.