[TYPO3-commerce] small fix in tx_commerce_category

Ingo Schmitt mailinglisten at i-schmitt.de
Fri Aug 31 23:51:03 CEST 2007


Hi,
> Hi,
> just found a small bug in the category class - get_category_path does
> not pass the separator into it's recursion
> 
> 
> 
> file: lib/class.tx_commerce_category.php
> line 380 of current svn - in function get_category_path
> 
>   			$result=$parent->get_category_path().$separator.$this->get_title();;
> 
> should be:
>   		
> $result=$parent->get_category_path($separator).$separator.$this->get_title();
> 
> 

fixed in SVN

ingo

> 
> Roland


Mit freundlichen Gruessen
-- 
Ingo Schmitt                        mailto:is at marketing-factory.de
Marketing Factory Consulting GmbH   http://typo3.marketing-factory.de/
Content Management mit Typo3: Beratung - Schulung - Realisierung


More information about the TYPO3-project-commerce mailing list