mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 10:55:50 -04:00
Fix up a title that I overlooked in 581d9a58db
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user