Actions
Bug #39678
closedWarning in list module
Start date:
2012-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If opening the list module I get a warning:
PHP Warning: Illegal string offset 'title' in /home/phil/t3-playground/t3-git/t3lib/class.t3lib_recordlist.php line 184
The is due to a wrong call to addElement()
in writeBottom()
. The third argument must be an array.
Actions