Bug #22671 ยป 14411.diff
typo3/sysext/impexp/app/index.php (working copy) | ||
---|---|---|
if ($inData['import_file']) {
|
||
if (!count($extKeysToInstall)) {
|
||
$import->importData($this->id);
|
||
t3lib_BEfunc::getSetUpdateSignal('updatePageTree');
|
||
t3lib_BEfunc::setUpdateSignal('updatePageTree');
|
||
} else {
|
||
t3lib_utility_Http::redirect($emURL);
|
||
}
|