Project

General

Profile

Bug #24434 ยป tx_em_exec-call-fix.patch

Administrator Admin, 2010-12-29 08:11

View differences:

typo3/sysext/em/classes/tools/class.tx_em_tools.php (Arbeitskopie)
if (strlen($GLOBALS['TYPO3_CONF_VARS']['BE']['unzip_path'])) {
chdir($path);
$cmd = $GLOBALS['TYPO3_CONF_VARS']['BE']['unzip_path'] . ' -o ' . escapeshellarg($file);
t3liv_utility_Command::exec($cmd, $list, $ret);
t3lib_utility_Command::exec($cmd, $list, $ret);
return ($ret === 0);
} else {
// we use a pure PHP unzip
......
}
}
?>
?>
    (1-1/1)