diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-12 16:50:12 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-12 16:50:12 -0700 |
commit | 744edcf2abaa5b567c0642277d9cdc29df7dc1d5 (patch) | |
tree | 585e58266567728ff1576608bd0b483c4594fff9 /mod/dfrn_request.php | |
parent | a340f70c5154571c6758618505b16104a340ca1b (diff) | |
download | volse-hubzilla-744edcf2abaa5b567c0642277d9cdc29df7dc1d5.tar.gz volse-hubzilla-744edcf2abaa5b567c0642277d9cdc29df7dc1d5.tar.bz2 volse-hubzilla-744edcf2abaa5b567c0642277d9cdc29df7dc1d5.zip |
modularise webfinger and make it service agnostic
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 1458ba8e4..3cb2a16a4 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -181,7 +181,7 @@ function dfrn_request_post(&$a) { // Canonicalise email-style profile locator - $url = webfinger($url); + $url = webfinger_dfrn($url); if(! strlen($url)) { notice( t("Unable to resolve your name at the provided location.") . EOL); |