diff options
author | friendica <info@friendica.com> | 2012-12-18 19:10:56 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-18 19:10:56 -0800 |
commit | 44e70bdca367344c441b1e26e790ac0465953734 (patch) | |
tree | 8dcee9d777dd4ed6fd11264d6dcb48ad53d78ae0 /mod/profiles.php | |
parent | e9c87a69ce1a78e0790241467961bfab465b3358 (diff) | |
download | volse-hubzilla-44e70bdca367344c441b1e26e790ac0465953734.tar.gz volse-hubzilla-44e70bdca367344c441b1e26e790ac0465953734.tar.bz2 volse-hubzilla-44e70bdca367344c441b1e26e790ac0465953734.zip |
send stuff to zothub as a fallback directory master for now
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 5 |
1 files changed, 1 insertions, 4 deletions
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()); } } } |