Revision b29acd22
Von Sven Schöling vor etwa 4 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
91 | 91 |
$::locale = Locale->new($::lx_office_conf{system}->{language}); |
92 | 92 |
$::form = Form->new; |
93 | 93 |
$::instance_conf = SL::InstanceConfiguration->new; |
94 |
$::request = SL::Request->new( |
|
95 |
cgi => CGI->new({}), |
|
96 |
layout => SL::Layout::None->new, |
|
97 |
); |
|
94 |
$::request = SL::Request->new; |
|
98 | 95 |
|
99 | 96 |
my $session_result = $::auth->restore_session; |
100 | 97 |
$::auth->create_or_refresh_session; |
Auch abrufbar als: Unified diff
CGI und Layout in SL::Request nicht explizit initialisieren