X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_poll.php;h=3e193e2a3a579390f49b84cdf4febc2d91b40520;hb=6e2880c6799e5c98e41ea40e1bdbac7bfe6ae326;hp=002ddf924b0905c4408583b8e27e3f5d2c4557cb;hpb=03038e7a3bb74bdab497d26b7f829a5c3036d1c2;p=friendica.git diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php index 002ddf924b..3e193e2a3a 100644 --- a/mod/dfrn_poll.php +++ b/mod/dfrn_poll.php @@ -541,7 +541,7 @@ function dfrn_poll_content(App $a) switch ($destination_url) { case 'profile': - DI::baseUrl()->redirect('profile/' . $profile . '?f=&tab=profile'); + DI::baseUrl()->redirect('profile/' . $profile . '?tab=profile'); break; case 'photos': DI::baseUrl()->redirect('photos/' . $profile); @@ -551,7 +551,7 @@ function dfrn_poll_content(App $a) DI::baseUrl()->redirect('profile/' . $profile); break; default: - $appendix = (strstr($destination_url, '?') ? '&f=&redir=1' : '?f=&redir=1'); + $appendix = (strstr($destination_url, '?') ? '&redir=1' : '?redir=1'); DI::baseUrl()->redirect($destination_url . $appendix); break; }