[TYPO3-core] RFC #14223: Notice undefined index "isOutputting" in tslib_fe.php
"Martin Müller"
bugreporters at gmx.de
Thu Apr 29 10:09:02 CEST 2010
This is an SVN patch request.
Type: cleanup
Bugtracker references:
http://bugs.typo3.org/view.php?id=14223
Branches: trunk
Problem:
Get a notice if page with Extension "page_php_content" is shown.
Notice: Undefined index: isOutputting in /srv/www/testportal.internet24.de/typo3_src-4.3.3/typo3/sysext/cms/tslib/class.tslib_fe.php on line 3354
Solution:
Correct this to:
if (isset($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['isOutputting']) && is_array($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['isOutputting'])) {...}
Notes: No
Regards Martin
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_14223.diff
Type: application/octet-stream
Size: 893 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100429/ca968ee3/attachment.obj>
More information about the TYPO3-team-core
mailing list