X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/048f2af4cc81425f9148dac716c4c1ecf23ab020..77c9d23bd0a434fc43980fade917ade3f4283ad5:/SL/Layout/Base.pm diff --git a/SL/Layout/Base.pm b/SL/Layout/Base.pm index c470a05b6..a8bf139a7 100644 --- a/SL/Layout/Base.pm +++ b/SL/Layout/Base.pm @@ -115,7 +115,6 @@ sub get_stylesheet_for_user { } else { $css_path = "$css_path/kivitendo"; } - $::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here return $css_path; }