aboutsummaryrefslogtreecommitdiffstats
path: root/mod/randprof.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-06 00:25:37 -0800
committerfriendica <info@friendica.com>2013-03-06 00:25:37 -0800
commit5054b6e363a9e77886f01c639b909f457aaa5819 (patch)
tree4db280278e6fd0a8f8aa5f4ad87970749c2e3ef1 /mod/randprof.php
parent59ea4e32a0b8bc55249f09c4c0992b0bee221b2a (diff)
downloadvolse-hubzilla-5054b6e363a9e77886f01c639b909f457aaa5819.tar.gz
volse-hubzilla-5054b6e363a9e77886f01c639b909f457aaa5819.tar.bz2
volse-hubzilla-5054b6e363a9e77886f01c639b909f457aaa5819.zip
add a fixme
Diffstat (limited to 'mod/randprof.php')
-rw-r--r--mod/randprof.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/randprof.php b/mod/randprof.php
index ca9fba7ef..bddb3251a 100644
--- a/mod/randprof.php
+++ b/mod/randprof.php
@@ -6,5 +6,6 @@ function randprof_init(&$a) {
$x = random_profile();
if($x)
goaway(chanlink_url($x));
+ // FIXME this doesn't work at the moment as a fallback
goaway($a->get_baseurl() . '/profile');
}