|
@@ -380,7 +380,7 @@ |
|
|
block discarded – undo |
|
380
|
380
|
$domain = str_replace( '/', '_', $item->getResourceType() ); // maximum compatiblity |
|
381
|
381
|
|
|
382
|
382
|
if( in_array( $item->getResourceType(), ['catalog', 'product', 'supplier', 'cms'] ) ) { |
|
383
|
|
- $tags[] = $tagAll ? $domain . '-' . $item->getId() : $domain ; |
|
|
383
|
+ $tags[] = $tagAll ? $domain . '-' . $item->getId() : $domain; |
|
384
|
384
|
} |
|
385
|
385
|
|
|
386
|
386
|
if( $item instanceof \Aimeos\MShop\Common\Item\Time\Iface && ( $date = $item->getDateEnd() ) !== null ) { |
Please login to merge, or discard this patch.