X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fupload%2FUploadStash.php;h=8ddbd046860ffb99f77a71178625f51e6031546d;hb=0770f85a0a293e6c7af6f1d3d3a1dbd2d13c1e09;hp=4e40dce27ffc20c45562abbea1cf1cf17f437ce0;hpb=939bd15d960b39a089f10a7db62220d48fe165a5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/upload/UploadStash.php b/includes/upload/UploadStash.php index 4e40dce27f..8ddbd04686 100644 --- a/includes/upload/UploadStash.php +++ b/includes/upload/UploadStash.php @@ -325,7 +325,7 @@ class UploadStash { ); // store the insertid in the class variable so immediate retrieval - // (possibly laggy) isn't necesary. + // (possibly laggy) isn't necessary. $this->fileMetadata[$key]['us_id'] = $dbw->insertId(); # create the UploadStashFile object for this file.