zrl on random profile

This commit is contained in:
friendica 2012-04-14 05:07:00 -07:00
parent f4ea764aaf
commit 6af4183302
1 changed files with 1 additions and 1 deletions

View File

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