]> wagnertech.de Git - kivitendo-erp.git/commitdiff
neue kanonische globale Variable "instance_conf"
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:35 +0000 (11:45 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:35 +0000 (11:45 +0200)
t/structure/globals.t

index 950cf1183c6b49c8c5e0527f1c396e08a6b10ba7..7b5aa06d35dc19a3ce4c90658ff87eec5875d9d3 100644 (file)
@@ -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);
 }