[TYPO3-core] RFC #15799: Bug: Unitialized variables in t3lib

Oliver Klee typo3-german-02 at oliverklee.de
Fri Sep 24 18:34:29 CEST 2010


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=15799

Branches:
trunk, TYPO3_4-3, TYPO3_4-3

Problem:

There are some uninitialized variables in some t3lib classes.


Solution:

- variable doesn't exist at all -> replace with sane default value
- wrong variable -> replace with correct variable
- typo -> fix


Notes:

In addition, I've removed some commented-out code and dropped one
useless self-assignment.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: t3lib_undefinded_43.diff
Type: text/x-diff
Size: 11366 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100924/e4d6aa6b/attachment-0002.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t3lib_undefinded_trunk_and_44.diff
Type: text/x-diff
Size: 14195 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100924/e4d6aa6b/attachment-0003.diff>


More information about the TYPO3-team-core mailing list