We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a851fa4 commit 69f7ab5Copy full SHA for 69f7ab5
ssl/module.php
@@ -335,7 +335,7 @@ public function onPOST($data = []) : void {
335
$to = new \DateTime(date_create_from_format('ymdHise', $cert_details['validFrom'])->format('c'));
336
337
if($cert_details == false) {
338
- $this->assign('errors', I18N::get('The specified certificate is not valid:<br/>' . openssl_error_string()));
+ $this->assign('errors', I18N::get('The specified certificate is not valid:') . '<br/>' . openssl_error_string());
339
} else {
340
Session::set('import', [
341
'key' => $key,
@@ -401,4 +401,4 @@ public function content($submodule = null) : void {
401
}
402
403
404
-?>
+?>
0 commit comments