Bug #23327
Typo in Install Tool causes PHP Warning
Status: | Closed | Start date: | 2010-08-01 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Steffen Gebert | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.4 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
A typo in typo3/sysext/install/mod/class.tx_install.php line 8154 causes a PHP warning: implode() Invalid arguments passed
The internal variable $warningItems is used which does not exist. But $warningItem exists which is the intended array I guess.
(issue imported from #M15318)
Related issues
History
#1 Updated by Steffen Gebert about 5 years ago
Resolved as duplicate