projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f96ebd
)
Dispatcher bruacht kein SL/ include, wenn Form in der korrekten Form "SL::Form" einge...
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 13 Jan 2011 15:44:57 +0000
(16:44 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 13 Jan 2011 15:44:57 +0000
(16:44 +0100)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
4a3f131
..
2389b11
100644
(file)
--- 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);
@@
-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;