diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-22 14:29:00 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-22 14:29:00 +0200 |
commit | 7c9d9992432839f2265b8f6b0f43ed15bfca9ff1 (patch) | |
tree | e286efb0aedb2c0227e8bac2e30e8c74327832d2 /apps/files/ajax | |
parent | bf04daff82758fe9913c706eef07aed30c9b35ea (diff) | |
download | nextcloud-server-7c9d9992432839f2265b8f6b0f43ed15bfca9ff1.tar.gz nextcloud-server-7c9d9992432839f2265b8f6b0f43ed15bfca9ff1.zip |
reduced complexity, added listing conflicts to dialog
Diffstat (limited to 'apps/files/ajax')
-rw-r--r-- | apps/files/ajax/upload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index 619b5f6a04b..218482cb41d 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -131,6 +131,7 @@ if (strpos($dir, '..') === false) { $result[] = array('status' => 'success', 'mime' => $meta['mimetype'], + 'mtime' => $meta['mtime'], 'size' => $meta['size'], 'id' => $meta['fileid'], 'name' => basename($target), |