diff options
author | redmatrix <git@macgirvin.com> | 2016-07-24 16:11:34 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-24 16:11:34 -0700 |
commit | b5f2b4af354b8864a3dfa1756c52631625430c44 (patch) | |
tree | 6bc8a01496187e2304df0436094625b98e45edf5 /Zotlabs | |
parent | 9967f2ab28d751517f63572c1f820dd3d9be5e62 (diff) | |
download | volse-hubzilla-b5f2b4af354b8864a3dfa1756c52631625430c44.tar.gz volse-hubzilla-b5f2b4af354b8864a3dfa1756c52631625430c44.tar.bz2 volse-hubzilla-b5f2b4af354b8864a3dfa1756c52631625430c44.zip |
string update and some minor comment edits
Diffstat (limited to 'Zotlabs')
-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'],'/'); |