Skip to content

Commit 397aacc

Browse files
committed
Merge pull request #7760 in SW/shopware from ntr/5.5/fix-download-size to 5.5
* commit '6c09c6e97d995682dc0327fb92e3ac4de96ffc65': NTR - Fix download size error while saving new download
2 parents dd15f3c + 6c09c6e commit 397aacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/Shopware/Models/Article/Download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Download extends ModelEntity
9292
*
9393
* @ORM\Column(name="size", type="float", nullable=false)
9494
*/
95-
private $size;
95+
private $size = 0;
9696

9797
/**
9898
* Get id

0 commit comments

Comments
 (0)