Bug #19511 ยป bug9655.patch
typo3/sysext/cms/tslib/index_ts.php (working copy) | ||
---|---|---|
if(@is_callable(array($error,'debugOutput'))) {
|
||
$error->debugOutput();
|
||
}
|
||
if (TYPO3_DLOG) t3lib_div::devLog('END of FRONTEND session','',0,array('_FLUSH'=>TRUE));
|
||
if (TYPO3_DLOG) t3lib_div::devLog('END of FRONTEND session', 'cms', 0, array('_FLUSH' => TRUE));
|
||
// *************
|