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;