X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bd74780ce3ea2ec69ef390e75f833852c33bdc39..8cd05ad64866ce200f888a35723ae4b7e24a2012:/SL/Controller/Base.pm diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index c79ceecac..723ce1d6a 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -179,7 +179,7 @@ sub _template_obj { PLUGIN_BASE => 'SL::Template::Plugin', INCLUDE_PATH => '.:templates/webpages', COMPILE_EXT => '.tcc', - COMPILE_DIR => $::userspath . '/templates-cache', + COMPILE_DIR => $::lx_office_conf{paths}->{userspath} . '/templates-cache', }) || croak; return $self->{__basepriv_template_obj};