diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-22 15:37:58 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 15:37:58 +0000 |
commit | 3db07789141b0a5592ea1ad944cb0ed73c314e29 (patch) | |
tree | 1b85582eccdc28554a3a48a3736c408dbb7a87ad /actions | |
parent | b39d4788b9c5b6c1166b10135d3a38355c62ba53 (diff) |
uiredesign + phpdocs
Diffstat (limited to 'actions')
-rw-r--r-- | actions/publicxrds.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/publicxrds.php b/actions/publicxrds.php index a0f54e667..aad59d779 100644 --- a/actions/publicxrds.php +++ b/actions/publicxrds.php @@ -49,7 +49,6 @@ require_once INSTALLDIR.'/lib/openid.php'; */ class PublicxrdsAction extends Action { - /** * Is read only? * @@ -78,7 +77,7 @@ class PublicxrdsAction extends Action 'version' => '2.0')); $this->element('Type', null, 'xri://$xrds*simple'); foreach (array('finishopenidlogin', 'finishaddopenid', 'finishimmediate') as $finish) { - $this->show_service(Auth_OpenID_RP_RETURN_TO_URL_TYPE, + $this->showService(Auth_OpenID_RP_RETURN_TO_URL_TYPE, common_local_url($finish)); } $this->elementEnd('XRD'); |