diff options
author | friendica <info@friendica.com> | 2013-12-23 19:44:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-23 19:44:23 -0800 |
commit | 8194ade8868bb57180d49a86216fc6fd680b4e79 (patch) | |
tree | 046854eccc3532fbef059fcfce59b4cced08e2f5 /include/dir_fns.php | |
parent | 766454a607425d74d90fe0125fcadff5c80a2c58 (diff) | |
download | volse-hubzilla-8194ade8868bb57180d49a86216fc6fd680b4e79.tar.gz volse-hubzilla-8194ade8868bb57180d49a86216fc6fd680b4e79.tar.bz2 volse-hubzilla-8194ade8868bb57180d49a86216fc6fd680b4e79.zip |
improve the directory popup a bit
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r-- | include/dir_fns.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php index 823763e63..7be0bd4c6 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -201,10 +201,10 @@ function syncdirs($uid) { } + $address = $p[0]['channel_address'] . '@' . get_app()->get_hostname(); if(perm_is_allowed($uid,'','view_profile')) { - import_directory_profile($hash,$profile); - + import_directory_profile($hash,$profile,$address,0); } else { // they may have made it private |