Index: typo3/init.php
===================================================================
--- typo3/init.php (revision 5437)
+++ typo3/init.php (working copy)
@@ -332,7 +332,7 @@
// ********************************************
if (defined('TYPO3_enterInstallScript') && TYPO3_enterInstallScript) {
if(!t3lib_extMgm::isLoaded('install')) {
- die('Install Tool is not loaded as an extension.
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.
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');