From ad1441b955a605f96932854f0faaae0ed0659edd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 14 Sep 2011 11:45:35 +0200 Subject: [PATCH] neue kanonische globale Variable "instance_conf" --- t/structure/globals.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/structure/globals.t b/t/structure/globals.t index 950cf1183..7b5aa06d3 100644 --- a/t/structure/globals.t +++ b/t/structure/globals.t @@ -7,7 +7,7 @@ use Support::Files; my (@globals, $testcount); BEGIN { - @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher); + @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher instance_conf); $testcount = scalar(@Support::Files::testitems); } -- 2.20.1