]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed remote subscription, broken in fc6cedd2227d9d560736e494f431e2b40b26b45c
authorCiaranG <ciaran@ciarang.com>
Wed, 29 Apr 2009 22:43:42 +0000 (23:43 +0100)
committerCiaranG <ciaran@ciarang.com>
Wed, 29 Apr 2009 22:43:42 +0000 (23:43 +0100)
actions/accesstoken.php

index bb68d3314d49efea773f0cc6f304d308ec2636a2..46b43c70216e106a5722434c38f365d56c0d3cc5 100644 (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__);