Skip to content

Commit 7c6c15d

Browse files
authored
Dropbox: Keep initial upload date when updating a document
1 parent a151a2b commit 7c6c15d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/dropbox/dropbox_functions.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,6 @@ function store_add_dropbox($file = [], $work = null)
12331233
$work->title = $dropbox_title;
12341234
$work->filename = $dropbox_filename;
12351235
$work->filesize = $dropbox_filesize;
1236-
$work->upload_date = api_get_utc_datetime();
12371236
$work->last_upload_date = api_get_utc_datetime();
12381237
$work->description = isset($_POST['description']) ? $_POST['description'] : '';
12391238
$work->uploader_id = api_get_user_id();

0 commit comments

Comments
 (0)