Skip to content
Snippets Groups Projects
Commit dda28123 authored by Franz G. Jahn's avatar Franz G. Jahn Committed by Steffen Kamper
Browse files

[BUGFIX] Extension Manager Function "Backup/Delete => Dump Tables" doesn't work any more

If you try to dump Tables via Extension Manager, you will get a file which looks like this:
...
INSERT INTO static_languages VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO static_languages VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
...

Reason:
tx_em_database::dumpTableContent uses associative Array $fieldStructure to access the database fields. Although $fieldStructure contains a mapping $field => $structure, the fields are read in a foreach-loop which uses the values of the array.

Change-Id: I6617cb5999d0ce4c184e6f15cbaf0d151bb4516d
Resolves: #M17938
Reviewed-on: http://review.typo3.org/1169


Reviewed-by: default avatarBjörn Pedersen <bjoern.pedersen@frm2.tum.de>
Reviewed-by: default avatarSteffen Kamper <info@sk-typo3.de>
Tested-by: default avatarSteffen Kamper <info@sk-typo3.de>
parent 3d5ac721
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment