Passed
Push — master ( c66389...2cab20 )
by Aimeos
02:51
created
src/Client/Html/Catalog/Home/Standard.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.