diff options
author | friendica <info@friendica.com> | 2014-06-14 20:16:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-14 20:16:40 -0700 |
commit | 0f6c321e3f23d43e407aa3b3b424f20b56e0032d (patch) | |
tree | f18d04fefe1ce24447dc3f824dfde711cacabb0e /mod/filestorage.php | |
parent | b67c8ec8b99f5a552c08afaedf022b088e55ef47 (diff) | |
download | volse-hubzilla-0f6c321e3f23d43e407aa3b3b424f20b56e0032d.tar.gz volse-hubzilla-0f6c321e3f23d43e407aa3b3b424f20b56e0032d.tar.bz2 volse-hubzilla-0f6c321e3f23d43e407aa3b3b424f20b56e0032d.zip |
only show jotnets when posting conversation items
Diffstat (limited to 'mod/filestorage.php')
-rw-r--r-- | mod/filestorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php index ed7164070..bcf798e7b 100644 --- a/mod/filestorage.php +++ b/mod/filestorage.php @@ -111,7 +111,7 @@ function filestorage_content(&$a) { $cloudpath = get_cloudpath($f) . (($f['flags'] & ATTACH_FLAG_DIR) ? '?f=&davguest=1' : ''); - $aclselect_e = populate_acl($f); + $aclselect_e = populate_acl($f,false); $is_a_dir = (($f['flags'] & ATTACH_FLAG_DIR) ? true : false); $lockstate = (($f['allow_cid'] || $f['allow_gid'] || $f['deny_cid'] || $f['deny_gid']) ? 'lock' : 'unlock'); |