diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-19 19:54:18 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-19 19:54:18 +0000 |
commit | a2b30f9411f537d9eb15d697970d682869c76a0e (patch) | |
tree | b96702d7ece5d564aaf00cdd950270b0b67ac3e6 /mod/profiles.php | |
parent | 2cfd1a3f085e44d4513fd969bb01be74a59d5784 (diff) | |
parent | 44e70bdca367344c441b1e26e790ac0465953734 (diff) | |
download | volse-hubzilla-a2b30f9411f537d9eb15d697970d682869c76a0e.tar.gz volse-hubzilla-a2b30f9411f537d9eb15d697970d682869c76a0e.tar.bz2 volse-hubzilla-a2b30f9411f537d9eb15d697970d682869c76a0e.zip |
Merge remote-tracking branch 'upstream/master'
Conflicts:
view/tpl/nav.tpl
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()); } } } |