send stuff to zothub as a fallback directory master for now

This commit is contained in:
friendica
2012-12-18 19:10:56 -08:00
parent e9c87a69ce
commit 44e70bdca3
3 changed files with 46 additions and 18 deletions

View File

@@ -299,10 +299,7 @@ function profiles_post(&$a) {
}
if($is_default) {
// Update global directory in background
$url = $_SESSION['my_url'];
if($url && strlen(get_config('system','directory_submit_url')))
proc_run('php',"include/directory.php","$url");
proc_run('php','include/directory.php',local_user());
}
}
}