diff options
Diffstat (limited to 'mod/filestorage.php')
-rw-r--r-- | mod/filestorage.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php index 1063de256..4fa3c4182 100644 --- a/mod/filestorage.php +++ b/mod/filestorage.php @@ -138,8 +138,8 @@ function filestorage_content(&$a) { 'download' => $rr['hash'], 'title' => $rr['filename'], 'size' => $rr['filesize'], - 'rev' => $rr['revision'] - + 'rev' => $rr['revision'], + 'dir' => (($rr['flags'] & ATTACH_FLAG_DIR) ? true : false) ); } } |