aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_poll.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-04 01:18:28 -0700
committerFriendika <info@friendika.com>2011-04-04 01:18:28 -0700
commitb5bcf44354410e2c37d5ec143c7050c3903200ed (patch)
tree888df4d6efaf24b523df9be1b59a3b200d2ed07e /mod/dfrn_poll.php
parent9b50b0e16f2046b91cb4c734c56024524d8b178b (diff)
downloadvolse-hubzilla-b5bcf44354410e2c37d5ec143c7050c3903200ed.tar.gz
volse-hubzilla-b5bcf44354410e2c37d5ec143c7050c3903200ed.tar.bz2
volse-hubzilla-b5bcf44354410e2c37d5ec143c7050c3903200ed.zip
profile not set
Diffstat (limited to 'mod/dfrn_poll.php')
-rw-r--r--mod/dfrn_poll.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/dfrn_poll.php b/mod/dfrn_poll.php
index 25b28c63c..4b25efe41 100644
--- a/mod/dfrn_poll.php
+++ b/mod/dfrn_poll.php
@@ -446,6 +446,8 @@ function dfrn_poll_content(&$a) {
));
}
+ $profile = $r[0]['nickname'];
+
switch($destination_url) {
case 'profile':
$dest = $a->get_baseurl() . '/profile/' . $profile . '?tab=profile';
@@ -487,7 +489,6 @@ function dfrn_poll_content(&$a) {
dbesc($session_id)
);
}
- $profile = $r[0]['nickname'];
goaway($dest);
}