Passed
Push — master ( c2491b...73564e )
by Aimeos
02:15
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
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 	public function data( \Aimeos\Base\View\Iface $view, array &$tags = [], string &$expire = null ) : \Aimeos\Base\View\Iface
105 105
 	{
106 106
 		$tree = \Aimeos\Controller\Frontend::create( $this->context(), 'catalog' )->uses( $this->domains() )
107
-			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::LIST );
107
+			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::list );
108 108
 
109 109
 		// Delete cache when products are added or deleted even when in "tag-all" mode
110 110
 		$this->addMetaItems( $tree, $expire, $tags, ['catalog', 'product'] );
Please login to merge, or discard this patch.