Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1

This commit is contained in:
Weblate 2013-11-25 10:40:39 +01:00
commit d13743e544

View File

@ -82,7 +82,9 @@ if (isset($_REQUEST['send_error_report'])
)
);
}
if ($_REQUEST['always_send'] === "true") {
if (isset($_REQUEST['always_send'])
&& $_REQUEST['always_send'] === "true"
) {
PMA_persistOption("SendErrorReports", "always", "ask");
}
}
@ -91,4 +93,3 @@ if (isset($_REQUEST['send_error_report'])
} else {
$response->addHTML(PMA_getErrorReportForm());
}