Project

General

Profile

Bug #23986 ยป 16302.diff

Administrator Admin, 2010-11-08 10:14

View differences:

typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php (working copy)
$tmpl->init();
$tplRow = $tmpl->ext_getFirstTemplate($pageId, $template_uid); // Get the row of the first VISIBLE template of the page. whereclause like the frontend.
$tplRow = $this->processTemplateRowAfterLoading($tplRow);
$tplRow = $this->processTemplateRowAfterLoading((array)$tplRow);
return (is_array($tplRow) ? true : false);
}
    (1-1/1)