diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-22 00:27:24 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-22 00:27:24 -0700 |
commit | 04add75f6ff7596319b01c635cb62fafacf504cf (patch) | |
tree | 0e356b7ce42214df8aab4b45d5097328bb8169b9 /modules/organize/controllers | |
parent | 91fab0fcf5fb65d9e210abb031a4ddfee31b1f9e (diff) |
Get rid of the move dialog and move option. Instead, replace it with
a call to Organize with the appropriate album open. I have not yet
figured out how to get the SWF code to highlight the active image, but
that's coming. Partial fix for #1204.
Diffstat (limited to 'modules/organize/controllers')
-rw-r--r-- | modules/organize/controllers/organize.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index d2f3fbf5..2b6e4186 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -42,6 +42,7 @@ class Organize_Controller extends Controller { $v->file_filter = addslashes($file_filter); $v->sort_order = addslashes(json_encode($sort_order)); $v->sort_fields = addslashes(json_encode($sort_fields)); + $v->selected_id = Input::instance()->get("selected_id", null); $v->rest_uri = url::site("rest") . "/"; $v->controller_uri = url::site("organize") . "/"; $v->swf_uri = url::file("modules/organize/lib/Gallery3WebClient.swf?") . |