Bug #15891 ยป bug-2974.patch
typo3/mod/tools/em/class.em_index.php 2006-03-26 10:31:46.000000000 +0200 | ||
---|---|---|
if (t3lib_extMgm::isLocalconfWritable()) {
|
||
// Check dependencies:
|
||
$depStatus = $this->checkDependencies($extKey, $list[$extKey]['EM_CONF'], $list, $this->CMD['remove']);
|
||
if(!$depStatus['returnCode']) {
|
||
if(!$this->CMD['remove'] && !$depStatus['returnCode']) {
|
||
$this->content .= $depStatus['html'];
|
||
$newExtList = -1;
|
||
} elseif ($this->CMD['remove']) {
|