]> git.mxchange.org Git - friendica.git/commitdiff
send zrl after dfrn_request homecoming for manual entries
authorfriendica <info@friendica.com>
Mon, 9 Apr 2012 00:28:36 +0000 (17:28 -0700)
committerfriendica <info@friendica.com>
Mon, 9 Apr 2012 00:28:36 +0000 (17:28 -0700)
mod/dfrn_request.php

index 5881b7b51bed3805f6a68aaef12239c24c15e6bd..80d27ac308adab0dcf4db8c3e7bf39d333ddf73b 100644 (file)
@@ -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
 
                        }