From 77544dda83e552b8d4798cc47f073b2637908261 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 22 Apr 2026 18:46:14 +0200 Subject: [PATCH] Manage_Table in case of exception, check that $S5 exists before throwing message --- include/lib/manage_table_sql.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 7b8c7244c..2d851f5d7 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -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;