From be0644083a2f120747298b7e92e57c6705929705 Mon Sep 17 00:00:00 2001 From: JensFalk Date: Mon, 21 Sep 2026 19:41:40 +0200 Subject: [PATCH] HMAC-Schluessel automatisch erzeugen (v1.1.1) --- fp_altcha_spamschutz/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp_altcha_spamschutz/Bootstrap.php b/fp_altcha_spamschutz/Bootstrap.php index fbf374f..46b35cd 100644 --- a/fp_altcha_spamschutz/Bootstrap.php +++ b/fp_altcha_spamschutz/Bootstrap.php @@ -62,7 +62,7 @@ class Bootstrap extends Bootstrapper /** @var PluginInterface $plugin */ $plugin = $this->getPlugin(); - $altchaService = new AltchaService($plugin); + $altchaService = new AltchaService($plugin, __DIR__); $templateHandler = new TemplateHandler($plugin, $altchaService); $validationHandler = new ValidationHandler($altchaService);