X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fupload%2FUploadStash.php;h=755f9fdf7b55d8a632f2a15f9103a75c937b3ca3;hp=48477f8faae5b33bf2751e631af5e1df01948199;hb=2480aae0c97d822e10b50619e7b48b25c45af073;hpb=f4d9004bf030bd880ae9331ab64aede2a6d94872 diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index 48477f8faa..755f9fdf7b 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -290,7 +290,6 @@ class UploadStash { } $this->fileMetadata[$key] = [ - 'us_id' => $dbw->nextSequenceValue( 'uploadstash_us_id_seq' ), 'us_user' => $this->userId, 'us_key' => $key, 'us_orig_path' => $path,