diff options
author | friendica <info@friendica.com> | 2013-03-06 00:21:02 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-06 00:21:02 -0800 |
commit | 59ea4e32a0b8bc55249f09c4c0992b0bee221b2a (patch) | |
tree | 29dbdaae328564eee38b6bdf07c7c42af1e4de43 /mod/randprof.php | |
parent | f74bdda0be78501690d2ac2dc06087d517fd4edd (diff) | |
download | volse-hubzilla-59ea4e32a0b8bc55249f09c4c0992b0bee221b2a.tar.gz volse-hubzilla-59ea4e32a0b8bc55249f09c4c0992b0bee221b2a.tar.bz2 volse-hubzilla-59ea4e32a0b8bc55249f09c4c0992b0bee221b2a.zip |
randprof sorta working
Diffstat (limited to 'mod/randprof.php')
-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 0726b231a..ca9fba7ef 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(zid($x)); + goaway(chanlink_url($x)); goaway($a->get_baseurl() . '/profile'); } |