From de2ed8be3d2b00a84d6f17b754cf5d29b847764f Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 27 Dec 2024 17:07:44 +0900 Subject: [PATCH] EditBase SmartyExtended class call update --- www/lib/CoreLibs/Admin/EditBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/lib/CoreLibs/Admin/EditBase.php b/www/lib/CoreLibs/Admin/EditBase.php index 93d589d7..e7fb3fd5 100644 --- a/www/lib/CoreLibs/Admin/EditBase.php +++ b/www/lib/CoreLibs/Admin/EditBase.php @@ -63,6 +63,7 @@ class EditBase // smarty template engine (extended Translation version) $this->smarty = new \CoreLibs\Template\SmartyExtend( $l10n, + $log, $options['cache_id'] ?? '', $options['compile_id'] ?? '', );