[TYPO3-core] Fix bugtracker issue 1736

Michael Stucki michael at typo3.org
Tue Feb 28 02:21:53 CET 2006


Hi Stanislas,

seems this is still pending:

> Description: Make TS_CASE object and ts_parser support key value 0. When
> upgrading to TYPO3 4.0 and to Direct Mail 2.0, conversion of Page TSConfig
> category 0 to dynamic category may fail. Apply solution proposed by Martin
> Ficzel.
> 
> Bugtracker reference: http://bugs.typo3.org/view.php?id=1736

Your patch changes the TS parser:

-       if ($objStrName)        {
+       if (isset($objStrName)) {

I'm not sure but have the feeling that $objStrName contains the full object
path, therefore it is never empty. Please check if this is really needed.

Part 2 of the patch (tslib_content.php) is ok. +1

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-team-core mailing list