diff options
author | friendica <info@friendica.com> | 2015-03-29 16:05:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-29 16:05:24 -0700 |
commit | b546f8d702157410a834000cc7a6aa621e78f427 (patch) | |
tree | 71dbbe2471783524af84f5fb21f4fa575e315247 /mod/randprof.php | |
parent | 505e5e90b26fa398e08b6fcad266b7f0ac759bd2 (diff) | |
parent | 9ae9aedb15dfcb66f5bd9d866bdfb76309c81788 (diff) | |
download | volse-hubzilla-b546f8d702157410a834000cc7a6aa621e78f427.tar.gz volse-hubzilla-b546f8d702157410a834000cc7a6aa621e78f427.tar.bz2 volse-hubzilla-b546f8d702157410a834000cc7a6aa621e78f427.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/randprof.php')
-rw-r--r-- | mod/randprof.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/randprof.php b/mod/randprof.php index bddb3251a..9817685c8 100644 --- a/mod/randprof.php +++ b/mod/randprof.php @@ -6,6 +6,7 @@ function randprof_init(&$a) { $x = random_profile(); if($x) goaway(chanlink_url($x)); - // FIXME this doesn't work at the moment as a fallback + + /** FIXME this doesn't work at the moment as a fallback */ goaway($a->get_baseurl() . '/profile'); } |