summaryrefslogtreecommitdiff
path: root/modules/organize/controllers/organize.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize/controllers/organize.php')
-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;
}