fix profile redirect url in dfrn_poll

This commit is contained in:
Fabio Comuni 2011-04-04 09:50:25 +02:00
parent 92156cd840
commit afa0d8ff70
1 changed files with 3 additions and 2 deletions

View File

@ -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);
}