diff --git a/lib/Alchemy/Phrasea/Model/Entities/Basket.php b/lib/Alchemy/Phrasea/Model/Entities/Basket.php index c04ea908db..8eabef06aa 100644 --- a/lib/Alchemy/Phrasea/Model/Entities/Basket.php +++ b/lib/Alchemy/Phrasea/Model/Entities/Basket.php @@ -139,7 +139,8 @@ class Basket */ public function __construct() { - $this->elements = new ArrayCollection(); + $this->elements = new ArrayCollection(); + $this->participants = new ArrayCollection(); } /**