X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FBase.pm;h=723ce1d6aa86edf3921dc4446b26e83a7e12f808;hb=8cd05ad64866ce200f888a35723ae4b7e24a2012;hp=c79ceecacb4dfd1e816b1c6b1f82cb69efab4cc5;hpb=fd1fb704ee94c12373bb482e1b26dadc256cfd1d;p=kivitendo-erp.git 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};