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