Index: typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php =================================================================== --- typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php (revision 9370) +++ typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php (working copy) @@ -154,7 +154,7 @@ // Get the row of the first VISIBLE template of the page. whereclause like the frontend. $tplRow = $tmpl->ext_getFirstTemplate($pageId, $template_uid); if (is_array($tplRow)) { - $this->processTemplateRowAfterLoading($tplRow); + $tplRow = $this->processTemplateRowAfterLoading($tplRow); return TRUE; } return FALSE;