Manage_Table in case of exception, check that $S5 exists before
throwing message
This commit is contained in:
parent
726ee02712
commit
77544dda83
1 changed files with 1 additions and 1 deletions
|
|
@ -1355,7 +1355,7 @@ function check()
|
||||||
$root->appendChild($s2);
|
$root->appendChild($s2);
|
||||||
$root->appendChild($s3);
|
$root->appendChild($s3);
|
||||||
$root->appendChild($s4);
|
$root->appendChild($s4);
|
||||||
$root->appendChild($s5);
|
if ( isset($s5) ) $root->appendChild($s5);
|
||||||
$xml->appendChild($root);
|
$xml->appendChild($root);
|
||||||
}
|
}
|
||||||
return $xml;
|
return $xml;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue