mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-3701 fix error on first connection (#4075)
init missing participant variable as array collection
This commit is contained in:
@@ -139,7 +139,8 @@ class Basket
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->elements = new ArrayCollection();
|
||||
$this->elements = new ArrayCollection();
|
||||
$this->participants = new ArrayCollection();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user