fix profile redirect url in dfrn_poll
This commit is contained in:
parent
92156cd840
commit
afa0d8ff70
|
@ -446,6 +446,7 @@ function dfrn_poll_content(&$a) {
|
|||
));
|
||||
}
|
||||
|
||||
$profile = $r[0]['nickname'];
|
||||
switch($destination_url) {
|
||||
case 'profile':
|
||||
$dest = $a->get_baseurl() . '/profile/' . $profile . '?tab=profile';
|
||||
|
@ -487,7 +488,7 @@ function dfrn_poll_content(&$a) {
|
|||
dbesc($session_id)
|
||||
);
|
||||
}
|
||||
$profile = $r[0]['nickname'];
|
||||
|
||||
|
||||
goaway($dest);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue