diff options
Diffstat (limited to 'Zotlabs/Module/Openid.php')
-rw-r--r-- | Zotlabs/Module/Openid.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Openid.php b/Zotlabs/Module/Openid.php index 8cbc6d2fd..31c249f85 100644 --- a/Zotlabs/Module/Openid.php +++ b/Zotlabs/Module/Openid.php @@ -82,8 +82,8 @@ class Openid extends \Zotlabs\Web\Controller { // no xchan... // create one. - // We should probably probe the openid url and figure out if they have any kind of social presence we might be able to - // scrape some identifying info from. + // We should probably probe the openid url and figure out if they have any kind of + // social presence we might be able to scrape some identifying info from. $name = $authid; $url = trim($_REQUEST['openid_identity'],'/'); |