mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-07 12:09:11 -04:00
Update the dialog title to reflect the album we're currently
organizing.
This commit is contained in:
@@ -56,6 +56,7 @@ class Organize_Controller extends Controller {
|
||||
"sort_column" => $album->sort_column,
|
||||
"sort_order" => $album->sort_order,
|
||||
"editable" => access::can("edit", $album),
|
||||
"title" => $album->title,
|
||||
"children" => array());
|
||||
|
||||
foreach ($album->viewable()->children() as $child) {
|
||||
|
||||
Reference in New Issue
Block a user