Index: ext_emconf.php =================================================================== --- ext_emconf.php (revision 30569) +++ ext_emconf.php (working copy) @@ -20,7 +20,7 @@ 'constraints' => array( 'depends' => array( 'php' => '5.1.0-0.0.0', - 'typo3' => '4.1.0-0.0.0', + 'typo3' => '4.2.0-0.0.0', 'static_info_tables' => '', 'cms' => '', 'lang' => '', Index: mod1/index.php =================================================================== --- mod1/index.php (revision 30569) +++ mod1/index.php (working copy) @@ -355,7 +355,7 @@ } // Check if we have to update the pagetree: if (t3lib_div::_GP('updatePageTree')) { - t3lib_BEfunc::getSetUpdateSignal('updatePageTree'); + t3lib_BEfunc::setUpdateSignal('updatePageTree'); } // Draw the header. Index: mod2/index.php =================================================================== --- mod2/index.php (revision 30578) +++ mod2/index.php (working copy) @@ -2066,7 +2066,7 @@ $this->wizardData['templateObjectId'] = t3lib_BEfunc::wsMapId('tx_templavoila_tmplobj',$import->import_mapId['tx_templavoila_tmplobj'][1]); $this->wizardData['typoScriptTemplateID'] = t3lib_BEfunc::wsMapId('sys_template',$import->import_mapId['sys_template'][1]); - t3lib_BEfunc::getSetUpdateSignal('updatePageTree'); + t3lib_BEfunc::setUpdateSignal('updatePageTree'); $outputString .= $GLOBALS['LANG']->getLL('newsitewizard_maintemplate', 1) . '