summaryrefslogtreecommitdiff
path: root/actions/publicxrds.php
diff options
context:
space:
mode:
authorRobin Millette <millette@controlyourself.ca>2009-01-22 15:37:58 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-22 15:37:58 +0000
commit3db07789141b0a5592ea1ad944cb0ed73c314e29 (patch)
tree1b85582eccdc28554a3a48a3736c408dbb7a87ad /actions/publicxrds.php
parentb39d4788b9c5b6c1166b10135d3a38355c62ba53 (diff)
uiredesign + phpdocs
Diffstat (limited to 'actions/publicxrds.php')
-rw-r--r--actions/publicxrds.php3
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');