added spaces + curly braces

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-20 11:36:03 +01:00
parent 2e908ebbbf
commit f3529e7dbc
7 changed files with 23 additions and 16 deletions

View file

@ -36,8 +36,9 @@ function user_allow($hash) {
);
if (dbm::is_result($r) && $r[0]['net-publish']) {
$url = App::get_baseurl() . '/profile/' . $user[0]['nickname'];
if($url && strlen(get_config('system','directory')))
if ($url && strlen(get_config('system','directory'))) {
proc_run(PRIORITY_LOW, "include/directory.php", $url);
}
}
push_lang($register[0]['language']);