checkpoint the new organize module. At this point rearrange and move work. Rearrange is moving items within the same album, move is moving to a different album.

This commit is contained in:
Tim Almdal
2010-05-18 10:00:48 -07:00
parent e0b74314dc
commit ffc3f9f41c
6 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ class Organize_Controller extends Controller {
$v->sort_fields = json_encode($sort_fields);
$user = identity::active_user();
$v->api_key = rest::get_access_token($user->id)->access_key;
$v->api_key = rest::get_access_key($user->id)->access_key;
print $v;
}