|  | @@ -138,7 +138,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 138 | 138 |  	public function data( \Aimeos\Base\View\Iface $view, array &$tags = [], string &$expire = null ) : \Aimeos\Base\View\Iface | 
                                                                                                            
                                                            | 139 | 139 |  	{ | 
                                                                                                            
                                                            | 140 | 140 |  		$tree = \Aimeos\Controller\Frontend::create( $this->context(), 'catalog' )->uses( $this->domains() ) | 
                                                                                                            
                                                            | 141 |  | -			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::LIST ); | 
                                                                                                            
                                                            |  | 141 | +			->getTree( \Aimeos\Controller\Frontend\Catalog\Iface::list ); | 
                                                                                                            
                                                            | 142 | 142 |   | 
                                                                                                            
                                                            | 143 | 143 |  		$products = \Aimeos\Controller\Frontend::create( $this->context(), 'product' )->uses( $this->domains() ) | 
                                                                                                            
                                                            | 144 | 144 |  			->category( $tree->getChildren()->getId()->all(), 'promotion' )->search(); | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.