diff options
author | Mario <mario@mariovavti.com> | 2020-12-17 10:04:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-17 10:04:24 +0000 |
commit | b2e80efe3f42c6329be7356580d62ea3525717b8 (patch) | |
tree | 5ebda5b5e6b33062938d6e5a865ecd64a09c3d1b /Zotlabs/Storage/Directory.php | |
parent | b4b566318a0e52b6396445ddc21c20c0abcc8ce4 (diff) | |
download | volse-hubzilla-b2e80efe3f42c6329be7356580d62ea3525717b8.tar.gz volse-hubzilla-b2e80efe3f42c6329be7356580d62ea3525717b8.tar.bz2 volse-hubzilla-b2e80efe3f42c6329be7356580d62ea3525717b8.zip |
files_ng: provide bbcode snippets in the info panel
Diffstat (limited to 'Zotlabs/Storage/Directory.php')
-rw-r--r-- | Zotlabs/Storage/Directory.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php index f2a3a603d..c56ffcbbb 100644 --- a/Zotlabs/Storage/Directory.php +++ b/Zotlabs/Storage/Directory.php @@ -704,7 +704,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo } if ($cat) { - $r = q("select $prefix attach.id, attach.uid, attach.hash, attach.filename, + $r = q("select $prefix attach.id, attach.uid, attach.hash, attach.filename, attach.is_photo, attach.filetype, attach.filesize, attach.revision, attach.folder, attach.creator, attach.flags, attach.is_dir, attach.created, attach.edited, attach.display_path, attach.allow_cid, attach.allow_gid, attach.deny_cid, attach.deny_gid from attach @@ -715,7 +715,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo ); } else { - $r = q("select $prefix attach.id, attach.uid, attach.hash, attach.filename, + $r = q("select $prefix attach.id, attach.uid, attach.hash, attach.filename, attach.is_photo, attach.filetype, attach.filesize, attach.revision, attach.folder, attach.creator, attach.flags, attach.is_dir, attach.created, attach.edited, attach.display_path, attach.allow_cid, attach.allow_gid, attach.deny_cid, attach.deny_gid from attach |