aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_poll.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/dfrn_poll.php')
-rw-r--r--mod/dfrn_poll.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php
index 82ad70907..25b28c63c 100644
--- a/mod/dfrn_poll.php
+++ b/mod/dfrn_poll.php
@@ -424,9 +424,8 @@ function dfrn_poll_content(&$a) {
}
if(($type === 'profile') && (strlen($sec))) {
- // URL reply
-
+ // URL reply
if($dfrn_version < 2.2) {
$s = fetch_url($r[0]['poll']
@@ -455,9 +454,12 @@ function dfrn_poll_content(&$a) {
$dest = $a->get_baseurl() . '/photos/' . $profile;
break;
case 'status':
- default:
+ case '':
$dest = $a->get_baseurl() . '/profile/' . $profile;
break;
+ default:
+ $dest = $destination_url;
+ break;
}
logger("dfrn_poll: sec profile: " . $s, LOGGER_DATA);