X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;h=5a90db1f902d0b0265d26c1da3104bb1b5ce3e70;hb=808eaa633a784c094dd5c2b79f541c911bec782e;hp=3ab43b105cae67cf37b1d0667faf3683c9be0dba;hpb=43fda0d62697c83200d29a8c2d4527953a2e8c72;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index 3ab43b105c..5a90db1f90 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -36,7 +36,7 @@ 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'))) + if($url && strlen(get_config('system','directory'))) proc_run('php',"include/directory.php","$url"); }