add a fixme
This commit is contained in:
parent
59ea4e32a0
commit
5054b6e363
@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user