Project

General

Profile

Bug #25144 ยป 17725.diff

Administrator Admin, 2011-02-23 19:36

View differences:

typo3_src-4.5.1/t3lib/class.t3lib_tstemplate.php
* @return void Row is passed by reference.
*/
function versionOL(&$row) {
if (is_object($GLOBALS['TSFE'])) { // Frontend:
if (TYPO3_MODE == 'FE') { // Frontend:
$GLOBALS['TSFE']->sys_page->versionOL('sys_template', $row);
} else { // Backend:
t3lib_BEfunc::workspaceOL('sys_template', $row);
    (1-1/1)