X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5fe965f7e9109f516edb3434c23b235dbee5a4f1..313367d361bdc37ebad9647a82a437eedbf45ef4:/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; }