Bug #20453 ยป 20090518_RFC_11123.diff
typo3/init.php (working copy) | ||
---|---|---|
// ********************************************
|
||
if (defined('TYPO3_enterInstallScript') && TYPO3_enterInstallScript) {
|
||
if(!t3lib_extMgm::isLoaded('install')) {
|
||
die('Install Tool is not loaded as an extension.<br/>You must add the key "install" to the list of installed extensions in typo3conf/localconf.php, $TYPO3_CONF_VARS["EXT"]["extList"].');
|
||
die('Install Tool is not loaded as an extension.<br />You must add the key "install" to the list of installed extensions in typo3conf/localconf.php, $TYPO3_CONF_VARS["EXT"]["extList"].');
|
||
}
|
||
require_once(t3lib_extMgm::extPath('install').'mod/class.tx_install.php');
|