CSV-Export für ISO- und UTF-8, mit und ohne FastCGI gefixt
[kivitendo-erp.git] / dispatcher.fpl
index e5c8ca9..ba5f288 100755 (executable)
@@ -8,7 +8,7 @@ use SL::FCGIFixes;
 
 SL::FCGIFixes::apply_fixes();
 
-my $dispatcher = SL::Dispatcher->new('FastCGI');
+our $dispatcher = SL::Dispatcher->new('FastCGI');
 $dispatcher->pre_startup;
 
 my $request = FCGI::Request();