]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/DFRN.php
Renamed System::redirect() to $a->redirect()
[friendica.git] / src / Protocol / DFRN.php
index 21a0f4394491345d755225baf45e48b62f4ac67a..be91651f2a2461ad6234d35c3f88d4eec01a5617 100644 (file)
@@ -3037,7 +3037,7 @@ class DFRN
 
                        logger('auto_redir: ' . $r[0]['name'] . ' ' . $sec, LOGGER_DEBUG);
                        $dest = (($url) ? '&destination_url=' . $url : '');
-                       goaway($r[0]['poll'] . '?dfrn_id=' . $dfrn_id
+                       $a->redirect($r[0]['poll'] . '?dfrn_id=' . $dfrn_id
                                . '&dfrn_version=' . DFRN_PROTOCOL_VERSION . '&type=profile&sec=' . $sec . $dest);
                }