From: friendica Date: Sat, 14 Apr 2012 12:07:00 +0000 (-0700) Subject: zrl on random profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6af4183302d99cea9385b48c1867124257984935;p=friendica.git zrl on random profile --- diff --git a/mod/randprof.php b/mod/randprof.php index 53d7425e96..6713a81d9e 100644 --- a/mod/randprof.php +++ b/mod/randprof.php @@ -5,6 +5,6 @@ function randprof_init(&$a) { require_once('include/Contact.php'); $x = random_profile(); if($x) - goaway($x); + goaway(zrl($x)); goaway($a->get_baseurl() . '/profile'); }