diff options
author | friendica <info@friendica.com> | 2012-04-08 17:28:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-08 17:28:36 -0700 |
commit | de3b9e95847640a0cc8119ac0bcc0141cc0403d4 (patch) | |
tree | c468e0556efd59c812134bbc9ee62abf4a2abb14 /mod/dfrn_request.php | |
parent | 63c881b50d1ce4da50763d8a806c68658865ca17 (diff) | |
download | volse-hubzilla-de3b9e95847640a0cc8119ac0bcc0141cc0403d4.tar.gz volse-hubzilla-de3b9e95847640a0cc8119ac0bcc0141cc0403d4.tar.bz2 volse-hubzilla-de3b9e95847640a0cc8119ac0bcc0141cc0403d4.zip |
send zrl after dfrn_request homecoming for manual entries
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 5881b7b51..80d27ac30 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -180,7 +180,7 @@ function dfrn_request_post(&$a) { // (ignore reply, nothing we can do it failed) - goaway($dfrn_url); + goaway(zrl($dfrn_url)); return; // NOTREACHED } |