X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;h=bbe733003a56dfe11ea9affceabd03f7be00fcb0;hb=b628e82465b5bcb6e325c3982e4c87c7bb4f845e;hp=3ab43b105cae67cf37b1d0667faf3683c9be0dba;hpb=cdfc7187e51c4375c0ac1982a8cb5ba034e696d4;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index 3ab43b105c..bbe733003a 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -36,8 +36,8 @@ function user_allow($hash) { ); if(count($r) && $r[0]['net-publish']) { $url = $a->get_baseurl() . '/profile/' . $user[0]['nickname']; - if($url && strlen(get_config('system','directory_submit_url'))) - proc_run('php',"include/directory.php","$url"); + if($url && strlen(get_config('system','directory'))) + proc_run(PRIORITY_LOW, "include/directory.php", $url); } push_lang($register[0]['language']);