]> git.mxchange.org Git - friendica.git/blobdiff - mod/regmod.php
DE update to the strings
[friendica.git] / mod / regmod.php
index 3ab43b105cae67cf37b1d0667faf3683c9be0dba..5a90db1f902d0b0265d26c1da3104bb1b5ce3e70 100644 (file)
@@ -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");
        }