diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 14:28:21 +0200 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-04-09 14:28:21 +0200 |
commit | 1370ba5d162c7a1b9931c479e2f95dfd31d13b33 (patch) | |
tree | 1710427bd23b0928d824418a80b08c676f1820ac /mod/dfrn_request.php | |
parent | 7187516718639fe93a9fb8fa78960bce85c7eaca (diff) | |
parent | 84142076a10b5ae52945ffc9b53e1626c5821525 (diff) | |
download | volse-hubzilla-1370ba5d162c7a1b9931c479e2f95dfd31d13b33.tar.gz volse-hubzilla-1370ba5d162c7a1b9931c479e2f95dfd31d13b33.tar.bz2 volse-hubzilla-1370ba5d162c7a1b9931c479e2f95dfd31d13b33.zip |
Merge branch 'master' of https://github.com/friendica/friendica
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 } |