mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 01:09:19 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user