Project

General

Profile

Bug #25208 » patch-git.diff

Administrator Admin, 2011-03-05 13:43

View differences:

typo3/sysext/install/Classes/Updates/Base.php
public function getExtensionManagerConnection() {
// Create an instance of language, if necessary.
// Needed in order to make the em_index work
if (!isset($GLOBALS['LANG'])) {
if (!is_object($GLOBALS['LANG'])) {
$GLOBALS['LANG'] = t3lib_div::makeInstance('language');
$GLOBALS['LANG']->csConvObj = t3lib_div::makeInstance('t3lib_cs');
}
(3-3/3)