X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fxrds.php;h=1b10f947735045ed2ac3ff374b4afed25e62f255;hb=d0559fdf4dafcaf8446b437f4af089c944a23d09;hp=7448b50f7d145b8972391793d02057230e02d1f0;hpb=3a20f1202b032b755f657d42379fe1137cf7c699;p=quix0rs-gnu-social.git diff --git a/actions/xrds.php b/actions/xrds.php index 7448b50f7d..1b10f94773 100644 --- a/actions/xrds.php +++ b/actions/xrds.php @@ -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'); }