Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 772f08d0

Von Sven Schöling vor etwa 13 Jahren hinzugefügt

  • ID 772f08d07f41febb13a52e066036d23faa0490fc
  • Vorgänger d9cd41c5
  • Nachfolger a064deaf

$::request als globale Variable eingeführt.

Unterschiede anzeigen:

SL/Dispatcher.pm
95 95
    $::auth        = SL::Auth->new;
96 96
    $::form        = undef;
97 97
    %::myconfig    = ();
98
    $::request     = undef;
98 99
  }
99 100

  
100 101
  $SIG{__WARN__} = sub {
......
171 172
  $::locale        = Locale->new($::lx_office_conf{system}->{language});
172 173
  $::form          = Form->new;
173 174
  $::instance_conf = SL::InstanceConfiguration->new;
175
  $::request       = { };
174 176

  
175 177
  my $session_result = $::auth->restore_session;
176 178
  $::auth->create_or_refresh_session;
......
251 253
  $::locale   = undef;
252 254
  $::form     = undef;
253 255
  $::myconfig = ();
256
  $::request  = undef;
254 257
  Form::disconnect_standard_dbh;
255 258

  
256 259
  $::lxdebug->end_request;

Auch abrufbar als: Unified diff