X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fregmod.php;h=6d76e7ea7eb7f8814d892283ace04fa144782aac;hb=2196a0577b29dcec1ba4d2c32be10fa5f0e91034;hp=d6e122a286d302e02652cfe7d712702417b8405a;hpb=4ca68c7af05b7b41e1b04936b9080802ca2b7716;p=friendica.git diff --git a/mod/regmod.php b/mod/regmod.php index d6e122a286..6d76e7ea7e 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -45,7 +45,7 @@ function user_allow($hash) { if (DBM::is_result($r) && $r[0]['net-publish']) { $url = System::baseUrl() . '/profile/' . $user[0]['nickname']; if ($url && strlen(Config::get('system','directory'))) { - Worker::add(PRIORITY_LOW, "directory", $url); + Worker::add(PRIORITY_LOW, "Directory", $url); } }