]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Statusnet is now GNU Social
[friendica.git] / mod / profiles.php
index 993504a712425b780ed0a571d9c00009317b8f2c..6c1a82c7bbfb91dff327bdbfcdd84de5619af004 100644 (file)
@@ -508,7 +508,7 @@ function profiles_post(&$a) {
 
                        // Update global directory in background
                        $url = $_SESSION['my_url'];
-                       if($url && strlen(get_config('system','directory_submit_url')))
+                       if($url && strlen(get_config('system','directory')))
                                proc_run('php',"include/directory.php","$url");
 
                        require_once('include/profile_update.php');