Projekt

Allgemein

Profil

GX-Bug #59776 » ProductInfoContentView_php72_fix.patch

Moritz Bunjes, 29.10.2018 18:23

Unterschiede anzeigen:

src/system/classes/products/ProductInfoContentView.inc.php (date 1540833620000)
1 1
<?php
2 2
/* --------------------------------------------------------------
3
   ProductInfoContentView.inc.php 2018-06-06
3
   ProductInfoContentView.inc.php 2018-10-29
4 4
   Gambio GmbH
5 5
   http://www.gambio.de
6 6
   Copyright (c) 2018 Gambio GmbH
......
670 670

  
671 671
	protected function _assignImageData()
672 672
	{
673
		$imagesDataArray = array();
673
		$imagesDataArray     = [];
674
		$thumbnailsDataArray = [];
674 675

  
675 676
		/* @var GMAltText $altTextManager */
676 677
		$altTextManager = MainFactory::create_object('GMAltText');
(1-1/2)