﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2383	"Undefined array key ""configuration"" in File: /admin/module_export.php on Line: 88"	noRiddle	somebody	"Wenn man ein Export (oder System) -Modul hat, welches bei Absenden des Formulares keine Post-Werte für ''configuration'' sendet, ergibt sich im Ticket-Titel geschriebenes Warning.
Ein Beispiel dafür ist der ""DSGVO Export"", welcher 

Lösungsvorschlag:
Entweder man fragt in ''/admin/module_export.php'' in Zeile 88 noch ''isset()'' ab (imo beste Variante)
{{{
if (isset($_POST['configuration']) && is_array($_POST['configuration'])) {
}}}

oder man gibt solchen Modulen noch einen POST-Wert für ''configuration'' mit, hier z.B. ''configuration[MODULE_DSGVO_EXPORT_STATUS]''.

Gruß,
noRiddle"	Bug/Fehler	closed	normal	modified-shop-2.0.8.0	Admin	2.0.7.2	fixed				
