aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');
}