From fa0b102d1a9df2ec44e26de3fe11eb08b55cdf2b Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 17 Feb 2023 13:19:59 +0900 Subject: [PATCH] Fix test file for Form\Generate There is no global variable load anymore Override table arrays have to be set on load --- www/admin/class_test.output.form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/admin/class_test.output.form.php b/www/admin/class_test.output.form.php index c91fe7b3..14120714 100644 --- a/www/admin/class_test.output.form.php +++ b/www/admin/class_test.output.form.php @@ -67,7 +67,7 @@ $log = new CoreLibs\Debug\Logging([ 'echo_all' => $ECHO_ALL ?? false, 'print_all' => $PRINT_ALL ?? false, ]); -$form = new CoreLibs\Output\Form\Generate(DB_CONFIG, $log); +$form = new CoreLibs\Output\Form\Generate(DB_CONFIG, $log, table_arrays: $table_arrays); $PAGE_NAME = 'TEST CLASS: FORM GENERATE'; print "";