diff options
author | friendica <info@friendica.com> | 2012-11-08 19:07:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-08 19:07:19 -0800 |
commit | 22841e15666a6678517cf7a1f8f8791dcd37e1a6 (patch) | |
tree | d67dcb866e78fdab995529615ff78396396c6ab1 /mod/dfrn_request.php | |
parent | f66a3d26befeb9966d9059164864c49d1f5a7721 (diff) | |
download | volse-hubzilla-22841e15666a6678517cf7a1f8f8791dcd37e1a6.tar.gz volse-hubzilla-22841e15666a6678517cf7a1f8f8791dcd37e1a6.tar.bz2 volse-hubzilla-22841e15666a6678517cf7a1f8f8791dcd37e1a6.zip |
start implementing zot-id
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index dc329aa19..95b2ec3a4 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -196,7 +196,7 @@ function dfrn_request_post(&$a) { // (ignore reply, nothing we can do it failed) - goaway(zrl($dfrn_url)); + goaway(zid($dfrn_url)); return; // NOTREACHED } @@ -780,7 +780,7 @@ function dfrn_request_content(&$a) { $myaddr = ((x($_GET,'address')) ? $_GET['address'] : ''); } - // last, try a zrl + // last, try a zid if(! strlen($myaddr)) $myaddr = get_my_url(); |