summaryrefslogtreecommitdiff
path: root/modules/organize/controllers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-05-18 10:00:48 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-05-18 10:00:48 -0700
commitffc3f9f41c3d8d6df08d9ad6138f4ad74749ccec (patch)
treeecbfa85b32a8d91f39c1ad5b1df0a0fecd1fd893 /modules/organize/controllers
parente0b74314dcdc36fa4d189589d1b6099ecd24cd8c (diff)
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.
Diffstat (limited to 'modules/organize/controllers')
-rw-r--r--modules/organize/controllers/organize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php
index bfd4992d..e713fdd9 100644
--- a/modules/organize/controllers/organize.php
+++ b/modules/organize/controllers/organize.php
@@ -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;
}