Feature #14439 ยป bug-582.patch
typo3/mod/tools/em/class.em_index.php 26 Mar 2006 10:51:26 -0000 | ||
---|---|---|
}
|
||
if (!$updates || t3lib_div::_GP('_do_install')) {
|
||
$this->writeNewExtensionList($newExtList);
|
||
$GLOBALS['BE_USER']->writelog(5,1,0,0,'Extension list has been changed, extension %s has been %s',array($extKey,($this->CMD['load']?'installed':'removed')));
|
||
if ($this->CMD['clrCmd'] || t3lib_div::_GP('_clrCmd')) {
|
||
$vA = array('CMD'=>'');
|
||
} else {
|