diff options
author | friendica <info@friendica.com> | 2012-04-14 05:07:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-14 05:07:00 -0700 |
commit | 6af4183302d99cea9385b48c1867124257984935 (patch) | |
tree | 311570c3fbeb13917bfe3f537dea2ae09019d3f2 /mod | |
parent | f4ea764aaf125adc1bd94c921d1afd5e308f61bf (diff) | |
download | volse-hubzilla-6af4183302d99cea9385b48c1867124257984935.tar.gz volse-hubzilla-6af4183302d99cea9385b48c1867124257984935.tar.bz2 volse-hubzilla-6af4183302d99cea9385b48c1867124257984935.zip |
zrl on random profile
Diffstat (limited to 'mod')
-rw-r--r-- | mod/randprof.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/randprof.php b/mod/randprof.php index 53d7425e9..6713a81d9 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'); } |