Bug #19087 » 8944-em_index_l4333.patch
typo3/mod/tools/em/class.em_index.php (working copy) | ||
---|---|---|
}
|
||
if($depError || $conflictError || $suggestion) {
|
||
foreach($this->CMD as $k => $v) {
|
||
$content .= '<input type="hidden" name="CMD['.$k.']" value="'.$v.'" />';
|
||
if (is_array($this->CMD)) {
|
||
foreach($this->CMD as $k => $v) {
|
||
$content .= '<input type="hidden" name="CMD['.$k.']" value="'.$v.'" />';
|
||
}
|
||
}
|
||
$content .= '<br /><br /><input type="submit" value="Try again" />';
|
||