From d3a8e95372ea59d2bb1f68132ddbf0ba2d431e68 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Tue, 3 Feb 2026 01:47:56 +0100 Subject: [PATCH] asd --- config/current.ver | 2 +- src/ApiKernel.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/current.ver b/config/current.ver index b830554..e54077f 100644 --- a/config/current.ver +++ b/config/current.ver @@ -1 +1 @@ -1.2.20 \ No newline at end of file +1.2.21 \ No newline at end of file diff --git a/src/ApiKernel.php b/src/ApiKernel.php index 710e2c3..e3118db 100644 --- a/src/ApiKernel.php +++ b/src/ApiKernel.php @@ -4895,7 +4895,7 @@ SQL; private function debugDir(): string { - return rtrim(sys_get_temp_dir(), '/') . '/emailtemplate_debug'; + return dirname(__DIR__) . '/debug'; } private function writeDebugLog(string $name, array $payload): void