]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/xrds.php
fix copy-and-paste error
[quix0rs-gnu-social.git] / actions / xrds.php
index 7448b50f7d145b8972391793d02057230e02d1f0..1b10f947735045ed2ac3ff374b4afed25e62f255 100644 (file)
@@ -57,8 +57,7 @@ class XrdsAction extends Action {
                $this->show_service(OAUTH_ENDPOINT_AUTHORIZE,
                                                        common_local_url('userauthorization'),
                                                        array(OAUTH_AUTH_HEADER, OAUTH_POST_BODY),
-                                                       array(OAUTH_HMAC_SHA1),
-                                                       $user->uri);
+                                                       array(OAUTH_HMAC_SHA1));
 
                $this->show_service(OAUTH_ENDPOINT_ACCESS,
                                                        common_local_url('accesstoken'),
@@ -122,7 +121,7 @@ class XrdsAction extends Action {
                        }
                }
                if ($localId) {
-                       common_element('LocalID', NULL, $localID);
+                       common_element('LocalID', NULL, $localId);
                }
                common_element_end('Service');
        }