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