Actions
Bug #19691
closedTyping error in tslib_content ($gifCreateor => $gifCreator)
Start date:
2008-12-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
there are two places where this wrong object name is used, the right naming is
"$giCreator"
This leads to a fatal error because object doesn't exists.
I fixed it in trunk, 4_2, 4_1. All version at the same place.
For details look at changeset for 4_2
http://forge.typo3.org/repositories/diff/typo3v4-core/branches/TYPO3_4-2/typo3/sysext/cms/tslib/class.tslib_content.php?rev=4541
(issue imported from #M9915)
Files
Updated by Oliver Hader almost 16 years ago
Fixed also in TYPO3 4.2.4 and 4.3-alpha2
Updated by Ingmar Schlecht almost 16 years ago
For some reason this change seemd to have caused #19887 - according to Dmitry it was this ChangeSet that caused that bug.
Updated by Oliver Hader almost 16 years ago
Well, Dmitry wrote "Found the changeset, it should not be the source of the problem" and it was an addition to a previous note...
Actions