Projekt

Allgemein

Profil

GX-Bug #53728 » SliderFixVariante2.patch

Till Tepelmann, 12.10.2017 16:29

Unterschiede anzeigen:

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
		
(2-2/2)