Bug #23986 ยป 16302.diff
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);
|
||
}
|
||
|