X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher.pm;h=f22cf0e9f772241f0738d210da2bf6446764a4dd;hb=c599fef2ec41c86b711406c9968772ef70b6cb3f;hp=d31fa9b56284f4d35b9a6acf58b718c8ebfc8857;hpb=67b21d425476471298e0b2e3f5dcacc025ebaaaf;p=kivitendo-erp.git diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index d31fa9b56..f22cf0e9f 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -5,7 +5,6 @@ use strict; BEGIN { unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML). push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version. - push @INC, "SL"; # FCGI won't find modules that are not properly named. Help it by inclduging SL } use CGI qw( -no_xhtml); @@ -18,8 +17,8 @@ use SL::LXDebug; use SL::LxOfficeConf; use SL::Locale; use SL::Common; +use SL::Form; use SL::Helper::DateTime; -use Form; use List::Util qw(first); use File::Basename;