Completed
Push — master ( 9683f5...2a613e )
by Aimeos
04:03
created
client/html/src/Client/Html/Catalog/Home/Standard.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -443,7 +443,7 @@
 block discarded – undo
443 443
 		}
444 444
 
445 445
 		$tree = \Aimeos\Controller\Frontend::create( $context, 'catalog' )->uses( $domains )
446
-			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::LIST );
446
+			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::list );
447 447
 
448 448
 
449 449
 		$articles = map();
Please login to merge, or discard this patch.
client/html/src/Client/Html/Catalog/Filter/Tree/Standard.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
 			$catIds = $catItems->keys()->toArray();
260 260
 			$level = $cntl::TREE;
261 261
 		} else {
262
-			$level = $cntl::LIST;
262
+			$level = $cntl::list;
263 263
 			$catItems = map();
264 264
 			$catIds = [];
265 265
 		}
Please login to merge, or discard this patch.