mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
added spaces + curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
c1845c97cc
commit
c86f09a894
7 changed files with 23 additions and 16 deletions
|
@ -38,8 +38,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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue