Dispatcher bruacht kein SL/ include, wenn Form in der korrekten Form "SL::Form" einge...
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 13 Jan 2011 15:44:57 +0000 (16:44 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 13 Jan 2011 15:44:57 +0000 (16:44 +0100)
SL/Dispatcher.pm

index 4a3f131..2389b11 100644 (file)
@@ -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);
@@ -14,7 +13,7 @@ use SL::Auth;
 use SL::LXDebug;
 use SL::Locale;
 use SL::Common;
-use Form;
+use SL::Form;
 use List::Util qw(first);
 use File::Basename;