Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a2b2aea8

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID a2b2aea891ee04f41301ffbaabab534b741ec6d4
  • Vorgänger 3da73190
  • Nachfolger 41adf433

Instance-Conf am Anfang jedes Requests laden

Unterschiede anzeigen:

SL/Dispatcher.pm
105 105
      die "cannot find locale for user " . $params{login} unless $::locale   = Locale->new($::myconfig{countrycode});
106 106

  
107 107
      $::form->{login} = $params{login}; # normaly implicit at login
108

  
109
      $::instance_conf->init;
110 108
    }
111 109
  }
112 110

  
SL/Dispatcher/AuthHandler/User.pm
29 29

  
30 30
  $::auth->create_or_refresh_session;
31 31
  $::auth->delete_session_value('FLASH');
32
  $::instance_conf->reload->data;
32 33

  
33 34
  return 1;
34 35
}

Auch abrufbar als: Unified diff