Bug #5350
class.tx_chgallery_realurl.php produces parse error
| Status: | New | Start date: | 2009-11-13 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Frontend | |||
| Target version: | - | |||
| Votes: | 2 (View) |
Description
class.tx_chgallery_realurl.php produces following error when merging with arrays from realurl_autoconf
Parse error: syntax error, unexpected ')' in /.../typo3conf/ext/chgallery/lib/class.tx_chgallery_realurl.php on line 69
realurl_autoconf.php previously had only 'init', 'pagePath' and 'fileName' arrays, no 'postVarSets'
chgallery 2.5.0
realURL 1.5.3
TYPO3 4.2.8
History
Updated by Mads Chr. Olesen over 2 years ago
- File chgallery_realurl_parse_error.patch added
The attached patch fixes it for me (remove extra "," in line 68)