Skip to content
Snippets Groups Projects
Commit c03865a9 authored by Helmut Hummel's avatar Helmut Hummel Committed by Oliver Hader
Browse files

[BUGFIX] EM: Remove nested form tag

In the new EM in the extension configuration settings it is not possible
to switch between extension configuration categories in some browsers.
This is caused by a nested form tag which will be removed with this commit.

Change-Id: Ie4e4d5f33d319467626aa4923abe07d608af9bbb
Resolves: #30257
Releases: 4.5, 4.6
Reviewed-on: http://review.typo3.org/5688
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader
parent 404f619c
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ class tx_em_Connection_ExtDirectServer {
$html = '';
if ($noSave) {
$html = $install->updatesForm($extKey, $list[$extKey], 1);
$html = $install->updatesForm($extKey, $list[$extKey], 1, '', '', FALSE);
} else {
$install->writeTsStyleConfig($extKey, $arr);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment