Revision a36f8ac7
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
267 | 267 |
delete @{ $::form }{ grep { m/^\{AUTH\}/ } keys %{ $::form } } unless $auth_result{keep_auth_vars}; |
268 | 268 |
|
269 | 269 |
if ($action) { |
270 |
$::instance_conf->init if $auth_result{auth_level} eq 'user'; |
|
271 |
|
|
272 | 270 |
$::form->set_standard_title; |
273 | 271 |
if ($routing_type eq 'old') { |
274 | 272 |
::call_sub('::' . $::locale->findsub($action)); |
Auch abrufbar als: Unified diff
InstanceConfiguration durch Verwendung von AUTOLOAD vereinfacht