Manage_Table in case of exception, check that $S5 exists before

throwing message
This commit is contained in:
sparkyx 2026-04-22 18:46:14 +02:00
parent 726ee02712
commit 77544dda83

View file

@ -1355,7 +1355,7 @@ function check()
$root->appendChild($s2);
$root->appendChild($s3);
$root->appendChild($s4);
$root->appendChild($s5);
if ( isset($s5) ) $root->appendChild($s5);
$xml->appendChild($root);
}
return $xml;