|
@@ -107,7 +107,7 @@ |
|
|
block discarded – undo |
|
107
|
107
|
$config = $context->config(); |
|
108
|
108
|
|
|
109
|
109
|
$tree = \Aimeos\Controller\Frontend::create( $context, 'catalog' )->uses( $this->domains() ) |
|
110
|
|
- ->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::LIST ); |
|
|
110
|
+ ->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::list ); |
|
111
|
111
|
|
|
112
|
112
|
// Delete cache when products are added or deleted even when in "tag-all" mode |
|
113
|
113
|
$this->addMetaItems( $tree, $expire, $tags, ['catalog', 'product'] ); |
Please login to merge, or discard this patch.