add a fixme

This commit is contained in:
friendica 2013-03-06 00:25:37 -08:00
parent 59ea4e32a0
commit 5054b6e363

View File

@ -6,5 +6,6 @@ function randprof_init(&$a) {
$x = random_profile(); $x = random_profile();
if($x) if($x)
goaway(chanlink_url($x)); goaway(chanlink_url($x));
// FIXME this doesn't work at the moment as a fallback
goaway($a->get_baseurl() . '/profile'); goaway($a->get_baseurl() . '/profile');
} }