string update and some minor comment edits

This commit is contained in:
redmatrix
2016-07-24 16:11:34 -07:00
parent 9967f2ab28
commit b5f2b4af35
3 changed files with 1687 additions and 1608 deletions

View File

@@ -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'],'/');