Passed
Push — master ( 25bd95...9e12c4 )
by Aimeos
02:39
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
 
113 113
 		$articles = map();
Please login to merge, or discard this patch.