]> wagnertech.de Git - mfinanz.git/blobdiff - am.pl
Falsche Funktionsaufrufe. Fix für Bugzilla ID 560.
[mfinanz.git] / am.pl
diff --git a/am.pl b/am.pl
index df71c21e5d86ffc61d717a3412968a60a6a8d0cd..7e111f368997c51b276034e045a8e59e4a5d85d7 100755 (executable)
--- a/am.pl
+++ b/am.pl
@@ -42,7 +42,9 @@ $| = 1;
 use SL::LXDebug;
 $lxdebug = LXDebug->new();
 
+use CGI;
 use SL::Form;
+use SL::Locale;
 
 eval { require "lx-erp.conf"; };
 
@@ -52,6 +54,7 @@ if (defined($latex) && !defined($latex_templates)) {
 }
 
 $form = new Form;
+$cgi = new CGI('');
 
 # name of this script
 $0 =~ tr/\\/\//;