diff options
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index 2ee3401f6..97750db4b 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1989,7 +1989,6 @@ function attach_store_item($channel, $observer, $file) { 'type' => $file['filetype'], 'size' => $file['filesize'], 'revision' => $file['revision'], - 'size' => $file['filesize'], 'created' => $file['created'], 'edited' => $file['edited'], 'path' => $path |