]> git.mxchange.org Git - friendica.git/blobdiff - mod/regmod.php
Remove unused upubkey and uprvkey from queries
[friendica.git] / mod / regmod.php
index d6e122a286d302e02652cfe7d712702417b8405a..6d76e7ea7eb7f8814d892283ace04fa144782aac 100644 (file)
@@ -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);
                }
        }