diff options
Diffstat (limited to 'mod/filestorage.php')
-rw-r--r-- | mod/filestorage.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php index 152b449c2..1063de256 100644 --- a/mod/filestorage.php +++ b/mod/filestorage.php @@ -137,7 +137,9 @@ function filestorage_content(&$a) { 'id' => $rr['id'], 'download' => $rr['hash'], 'title' => $rr['filename'], - 'size' => $rr['filesize'] + 'size' => $rr['filesize'], + 'rev' => $rr['revision'] + ); } } |