X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/72887d24e8b32a10d0641389c62050440a764a14..4ab31a8f9fb7e7be456a9cb8d9cf9d95e6998427:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index bd4fcd90a..d361a3d07 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -455,6 +455,9 @@ sub read_user { @user_data{qw(id login)} = @{$ref}{qw(id login)}; } + # The XUL/XML backed menu has been removed. + $user_data{menustyle} = 'v3' if lc($user_data{menustyle} || '') eq 'xml'; + $sth->finish(); $main::lxdebug->leave_sub();