diff options
Diffstat (limited to 'actions/accesstoken.php')
-rw-r--r-- | actions/accesstoken.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/accesstoken.php b/actions/accesstoken.php index 738ec071f..cab5425bf 100644 --- a/actions/accesstoken.php +++ b/actions/accesstoken.php @@ -33,7 +33,7 @@ class AccesstokenAction extends Action { $server = omb_oauth_server(); common_debug('fetching the access token', __FILE__); $token = $server->fetch_access_token($req); - common_debug('got this token: "'.print_r($token,TRUE).'"', __FILE__); + common_debug('got this token: "'.print_r($token,true).'"', __FILE__); common_debug('printing the access token', __FILE__); print $token; } catch (OAuthException $e) { |