From 64e76530d4eef702fc20713218abcb4637e92061 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 1 Jun 2023 08:43:47 +0900 Subject: [PATCH] deprecated log method call name change in test file --- www/admin/class_test.smarty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/admin/class_test.smarty.php b/www/admin/class_test.smarty.php index 0615f0d6..6eb54f06 100644 --- a/www/admin/class_test.smarty.php +++ b/www/admin/class_test.smarty.php @@ -52,7 +52,7 @@ print ""; print '
Class Test Master
'; print '

' . $PAGE_NAME . '

'; -$smarty->DATA['JS_DEBUG'] = $log->getJsDebug(); +$smarty->DATA['JS_DEBUG'] = $log->loggingLevelIsDebug(); $smarty->MASTER_TEMPLATE_NAME = 'main_body.tpl'; $smarty->TEMPLATE_NAME = 'smarty_test.tpl'; $smarty->CSS_SPECIAL_TEMPLATE_NAME = 'smart_test.css';