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.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13559
Updated by Philipp Gampe over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Applied in changeset 08ded120e277b9e01684244f57877ce5d0201c20.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/13875
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/13876
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/13877
Updated by Philipp Gampe over 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset 1e1f17c7feee6d77b53747daf45240a88a6e4a59.
Actions