From: Sven Schöling Date: Tue, 8 Aug 2017 12:27:00 +0000 (+0200) Subject: Customvariables: typo in config caching X-Git-Tag: release-3.5.4~861 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6c4b42c0b8b0d89930cdd8abe13805afc7fc403f;p=kivitendo-erp.git Customvariables: typo in config caching --- diff --git a/SL/DB/Helper/CustomVariables.pm b/SL/DB/Helper/CustomVariables.pm index 6373c32e0..0b55e7ed4 100644 --- a/SL/DB/Helper/CustomVariables.pm +++ b/SL/DB/Helper/CustomVariables.pm @@ -183,7 +183,7 @@ sub _all_configs { } $params{module} - ? $cache->{modules}{$params{module}} + ? $cache->{module}{$params{module}} : $cache->{all}; }