Bug #23429 ยป 15532.diff
t3lib/class.t3lib_tstemplate.php (working copy) | ||
---|---|---|
if ($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) {
|
||
$currentPageData = unserialize($row['content']);
|
||
}
|
||
$GLOBALS['TYPO3_DB']->sql_free_result($res);
|
||
}
|
||
return $currentPageData;
|
||
... | ... | |
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_tstemplate.php']);
|
||
}
|
||
?>
|
||
?>
|