added spaces + curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -3,8 +3,12 @@
|
||||
|
||||
function randprof_init(&$a) {
|
||||
require_once('include/Contact.php');
|
||||
|
||||
$x = random_profile();
|
||||
if($x)
|
||||
|
||||
if ($x) {
|
||||
goaway(zrl($x));
|
||||
}
|
||||
|
||||
goaway(App::get_baseurl() . '/profile');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user