Skip to content
Snippets Groups Projects

Issue #3311472 Set minimum stability for form

1 unresolved thread
Files
10
@@ -578,6 +578,8 @@ abstract class StageBase implements LoggerAwareInterface {
}
if (isset($error)) {
// Ensure the error is logged for post-mortem diagnostics.
Error::logException($this->logger, $error);
if ($on_error) {
$on_error();
}
Loading