+2009-05-31 Christian Kuhn <lolli@schwarzbu.ch>
+
+ * Fixed bug #11218: Typo in typo3/init.php
+
2009-05-30 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #3569: <legend>Search form</legend> is hardcoded (Thanks to Krystian Szymukowicz)
// ********************************************
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');