Revision 2ee964a6
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
269 | 269 |
if ($action) { |
270 | 270 |
$::instance_conf->init if $auth_result{auth_level} eq 'user'; |
271 | 271 |
|
272 |
map { $::form->{$_} = $::myconfig{$_} } qw(charset) |
|
273 |
unless $action eq 'save' && $::form->{type} eq 'preferences'; |
|
274 |
|
|
275 | 272 |
$::form->set_standard_title; |
276 | 273 |
if ($routing_type eq 'old') { |
277 | 274 |
::call_sub('::' . $::locale->findsub($action)); |
Auch abrufbar als: Unified diff
Variable 'charset' gibt es in %::myconfig nicht mehr