Fixed remote subscription, broken in fc6cedd222

This commit is contained in:
CiaranG 2009-04-29 23:43:42 +01:00
parent 8295402fb3
commit b79fef3074
1 changed files with 1 additions and 1 deletions

View File

@ -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__);