Bug #25144 ยป 17725.diff
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);
|