Fix a (probably) copy/paste issue that is making all Alternative Names disapear when an input error is detected

This commit is contained in:
Renato Botelho 2013-11-29 09:57:10 -02:00
parent 1ebb561de3
commit 30c15c58a1

View File

@ -256,7 +256,7 @@ if ($_POST) {
$altnames[$entry][$field] = $value;
}
}
$pconfig['aliases']['item'] = $aliases;
$pconfig['altnames']['item'] = $altnames;
/* Input validation for subjectAltNames */
foreach ($altnames as $idx => $altname) {
@ -1224,4 +1224,4 @@ internalca_change();
</script>
</body>
</html>
</html>