Upgrade - Source: Mitigate PHP 8.x warning.
This commit is contained in:
parent
5c73ea7bbb
commit
8ca960b127
|
|
@ -444,6 +444,7 @@
|
||||||
foreach($_SESSION["response"] as $part => $response){
|
foreach($_SESSION["response"] as $part => $response){
|
||||||
echo "<b>".$text["label-results"]." - ".$text["label-${part}"];
|
echo "<b>".$text["label-results"]." - ".$text["label-${part}"];
|
||||||
echo "</b><br /><br />";
|
echo "</b><br /><br />";
|
||||||
|
$error_found = false;
|
||||||
if ($part == "optional_apps") {
|
if ($part == "optional_apps") {
|
||||||
foreach ($response as $app_name => $app_response) {
|
foreach ($response as $app_name => $app_response) {
|
||||||
echo "<strong>".$app_name."</strong><br>\n";
|
echo "<strong>".$app_name."</strong><br>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue