diff options
author | zottel <github@zottel.net> | 2016-07-25 13:38:12 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2016-07-25 13:38:12 +0200 |
commit | dcf2c07f298eec277b342f0ab3a5fa637285f0c0 (patch) | |
tree | 76fb6701e4edf773c5e567025becf245756d061a /Zotlabs/Module/Openid.php | |
parent | ed82cb108f99ce45ced841161fa505ecf11ceee4 (diff) | |
parent | da512cef64be9268536626f81c0af59613aa5cdd (diff) | |
download | volse-hubzilla-dcf2c07f298eec277b342f0ab3a5fa637285f0c0.tar.gz volse-hubzilla-dcf2c07f298eec277b342f0ab3a5fa637285f0c0.tar.bz2 volse-hubzilla-dcf2c07f298eec277b342f0ab3a5fa637285f0c0.zip |
Merge remote-tracking branch 'upstream/dev' into dev
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'],'/'); |