send zrl after dfrn_request homecoming for manual entries

This commit is contained in:
friendica 2012-04-08 17:28:36 -07:00
parent 63c881b50d
commit de3b9e9584
1 changed files with 1 additions and 1 deletions

View 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
}