From 79db411b741ff80ce395f681b77279ecdd75883e Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 9 Jan 2018 14:15:32 +0100 Subject: [PATCH] Bug in Manage_Table_SQL when an exception is thrown from ajax_input --- include/lib/manage_table_sql.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index d4f113dd0..66b64ca77 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -970,6 +970,7 @@ function check() $root->appendChild($s1); $root->appendChild($s2); $root->appendChild($s3); + $root->appendChild($s4); } $xml->appendChild($root); return $xml;