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