From 44e70bdca367344c441b1e26e790ac0465953734 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 18 Dec 2012 19:10:56 -0800 Subject: send stuff to zothub as a fallback directory master for now --- mod/profiles.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mod/profiles.php') diff --git a/mod/profiles.php b/mod/profiles.php index 96fe97260..c828941b6 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -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()); } } } -- cgit v1.2.3