Skip to content

Commit 14aebfd

Browse files
fix: signature engine key
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b1542cc commit 14aebfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Handler/SignEngine/Pkcs12Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ private function der2pem($derData) {
495495
}
496496

497497
private function getHandler(): SignEngineHandler {
498-
$sign_engine = $this->appConfig->getValueString(Application::APP_ID, 'sign_engine', 'JSignPdf');
498+
$sign_engine = $this->appConfig->getValueString(Application::APP_ID, 'signature_engine', 'JSignPdf');
499499
$property = lcfirst($sign_engine) . 'Handler';
500500
if (!property_exists($this, $property)) {
501501
throw new LibresignException($this->l10n->t('Invalid Sign engine.'), 400);

0 commit comments

Comments
 (0)