diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-19 16:41:32 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-19 16:41:32 +0100 |
commit | e193091dfe348c5430c3a303947dbe7a6eced374 (patch) | |
tree | e03d726d43a0d8d96699a2c1767bfefffebdf800 /mod/settings.php | |
parent | ea4be0db89b5e95b50211e023e94aa008aadae46 (diff) | |
parent | 139a86dbd395f4601b29b9af97ac8ea190cce9f9 (diff) | |
download | volse-hubzilla-e193091dfe348c5430c3a303947dbe7a6eced374.tar.gz volse-hubzilla-e193091dfe348c5430c3a303947dbe7a6eced374.tar.bz2 volse-hubzilla-e193091dfe348c5430c3a303947dbe7a6eced374.zip |
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'mod/settings.php')
-rwxr-xr-x | mod/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php index 3a8ad29d2..59ede4729 100755 --- a/mod/settings.php +++ b/mod/settings.php @@ -322,6 +322,7 @@ function settings_post(&$a) { $str_contact_deny = perms2str($_POST['contact_deny']); $openidserver = $a->user['openidserver']; + $openid = normalise_openid($openid); // If openid has changed or if there's an openid but no openidserver, try and discover it. |