From 852427cb171305efd4a95b26f6cd3a1533aeb339 Mon Sep 17 00:00:00 2001 From: DerN3rd Date: Sat, 7 Oct 2023 02:26:04 +0200 Subject: [PATCH] PhP8.3 Fix --- lib/class_thx_exporter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/class_thx_exporter.php b/lib/class_thx_exporter.php index a908320..3083310 100644 --- a/lib/class_thx_exporter.php +++ b/lib/class_thx_exporter.php @@ -18,6 +18,8 @@ class Thx_Exporter { private $_theme_exports_images = true; // Export images by default, for legacy themes + private $_template; // Hier deklarieren + /** * Just basic, context-free bootstrap here. */