Bug #25179 ยป 17769.patch
typo3/sysext/em/classes/install/class.tx_em_install.php (revision ) | ||
---|---|---|
*
|
||
* @var t3lib_install
|
||
*/
|
||
protected $install;
|
||
public $install;
|
||
/**
|
||
* @var integer
|
||
*/
|
||
protected $systemInstall = 0; // If "1" then installs in the sysext directory is allowed. Default: 0
|
||
/**
|
typo3/sysext/em/classes/connection/class.tx_em_connection_extdirectserver.php (revision ) | ||
---|---|---|
/** @var $install tx_em_Install */
|
||
$install = t3lib_div::makeInstance('tx_em_Install');
|
||
$install->setSilentMode(TRUE);
|
||
$install->INSTALL = $parameter['TYPO3_INSTALL'];
|
||
$install->install->INSTALL = $parameter['TYPO3_INSTALL'];
|
||
$install->checkDBupdates($extKey, $list[$extKey]);
|
||
$html = '';
|