diff options
author | zottel <github@zottel.net> | 2012-03-20 08:08:42 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-20 08:08:42 +0100 |
commit | cf347664165f97b5262d15464bbb169cbdb4ddd4 (patch) | |
tree | 4a2b3979200fa9966e44bf4974e9276a20d22419 /mod/settings.php | |
parent | 2b3b97df0981c271584c75f43811ca07eb32bafe (diff) | |
parent | 5a5aadb743e055530aa071dd3e47705a3bf5d728 (diff) | |
download | volse-hubzilla-cf347664165f97b5262d15464bbb169cbdb4ddd4.tar.gz volse-hubzilla-cf347664165f97b5262d15464bbb169cbdb4ddd4.tar.bz2 volse-hubzilla-cf347664165f97b5262d15464bbb169cbdb4ddd4.zip |
Merge remote branch 'upstream/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. |