Project

General

Profile

Bug #18613 » em_install_configuration.diff

Administrator Admin, 2008-06-09 13:23

View differences:

typo3/mod/tools/em/class.em_index.php (working copy)
$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'=>'');
if ($this->CMD['load'] && @is_file($absPath.'ext_conf_template.txt')) {
$vA = array('CMD'=>Array('showExt'=>$extKey));
} else {
$vA = array('CMD'=>'');
}
} else {
$vA = array('CMD'=>Array('showExt'=>$extKey));
}
(3-3/3)