X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=d361a3d07fa093d8f5ccaaa0da8e59213722fd69;hb=f644f69456ae54104ac2cd069f8aaaa399130eb6;hp=bd4fcd90a349b98c4e397b33a9afc3faa651a55b;hpb=72887d24e8b32a10d0641389c62050440a764a14;p=kivitendo-erp.git 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();