Update the dialog title to reflect the album we're currently

organizing.
This commit is contained in:
Bharat Mediratta
2011-01-08 18:45:10 -08:00
parent 249ca99c69
commit 8f5a3fd0c2
2 changed files with 4 additions and 0 deletions

View File

@@ -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) {