randprof sorta working

This commit is contained in:
friendica
2013-03-06 00:21:02 -08:00
parent f74bdda0be
commit 59ea4e32a0
4 changed files with 7 additions and 7 deletions

View File

@@ -5,6 +5,6 @@ function randprof_init(&$a) {
require_once('include/Contact.php');
$x = random_profile();
if($x)
goaway(zid($x));
goaway(chanlink_url($x));
goaway($a->get_baseurl() . '/profile');
}