[TYPO3-commerce] svn pi4/class.tx_commerce_pi4.php parse error

hartmut not at home.de
Sat Sep 1 18:09:12 CEST 2007


Hi,

mentioned file in svn gives a parse error on line 443. A bracket is missing.

is:
if ((int)$this->piVars['backpid'])>0){

should be:
if (((int)$this->piVars['backpid'])>0){

cheers
hartmut


More information about the TYPO3-project-commerce mailing list