diff options
author | CiaranG <ciaran@ciarang.com> | 2009-04-29 23:43:42 +0100 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2009-04-29 23:43:42 +0100 |
commit | b79fef307481b36b4d04dbabb54e3f6d9edf6896 (patch) | |
tree | bd0660d954b2058eaad11a40144b1a7019d971fa /actions/accesstoken.php | |
parent | 8295402fb30a3854bae3b9d6c457c7c0e432c51a (diff) |
Fixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45c
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 bb68d3314..46b43c702 100644 --- a/actions/accesstoken.php +++ b/actions/accesstoken.php @@ -59,7 +59,7 @@ class AccesstokenAction extends Action try { common_debug('getting request from env variables', __FILE__); common_remove_magic_from_request(); - $req = OAuthRequest::from_request('POST', common_locale_url('accesstoken')); + $req = OAuthRequest::from_request('POST', common_local_url('accesstoken')); common_debug('getting a server', __FILE__); $server = omb_oauth_server(); common_debug('fetching the access token', __FILE__); |