[TYPO3-team-templavoila] RFC #13914: PHP Syntax error in mod2/index.php
Sascha Egerer
seg at softvision.de
Thu Mar 25 13:03:17 CET 2010
Hi,
This is an SVN patch request.
Type: Bugfix
Bugtracker reference:
http://bugs.typo3.org/view.php?id=13914
Branches: trunk
Problem:
There is a PHP Syntax error in mod2/index.php witch leads in a PHP Error
"Function name must be a string in mod2/index.php on line 1738"
Reproduce:
Install templavoila and uninstall css_styled_content. Click on the
templavoila backend module.
Solution:
Fix syntax error in line 1738
$outputString.= '<br/><br/>' . $LANG_getLL('newsitewizard_problem');
to
$outputString.= '<br/><br/>' . $LANG->getLL('newsitewizard_problem');
See patch
Cheers
Sascha Egerer
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 13914.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-templavoila/attachments/20100325/ecc9ee7c/attachment.txt>
More information about the TYPO3-team-templavoila
mailing list