GX-Bug #53728 » SliderFixVariante2.patch
src/system/classes/slider/SliderContentControl.inc.php (revision ) | ||
---|---|---|
37 | 37 |
protected $sliderReadService; |
38 | 38 |
|
39 | 39 |
|
40 |
public function __construct($categoryId = 0, $productId = 0)
|
|
40 |
public function __construct($categoryId, $productId)
|
|
41 | 41 |
{ |
42 | 42 |
parent::__construct(); |
43 |
|
|
43 | ||
44 | 44 |
$this->categoryId = (int)$categoryId; |
45 | 45 |
$this->productId = (int)$productId; |
46 | 46 |
|