[TYPO3-core] FYI24 #15976: [version] Reference to global array $TCA without fetching from global scope
Steffen Gebert
steffen at steffen-gebert.de
Wed Oct 13 12:10:34 CEST 2010
The following change will be committed tomorrow, if no one objects
Type: Bugfix
Bugtracker reference:
http://bugs.typo3.org/view.php?id=15976
Branches:
trunk
Problem:
Versioning hook processCmdmap_deleteAction reads from
$TCA[$table]['ctrl']['versioningWS'] withouth importing it from global
scope.
Solution:
change it to $GLOBALS['TCA']
Note:
* Introduced by #15740, before in TCEmain a global $TCA declaration has
been there, where the code was taken from.
* I post this as FYI24, if you prefer a "global $TCA" instead of
$GLOBALS['TCA'].
I prefer the latter one, but first one might be more consistent over the
class methods.
Kind regards
Steffen
--
Steffen Gebert
TYPO3 Core Team Member
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15976.diff
Type: text/x-diff
Size: 776 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101013/7f363827/attachment.diff>
More information about the TYPO3-team-core
mailing list