From 6c4b42c0b8b0d89930cdd8abe13805afc7fc403f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 8 Aug 2017 14:27:00 +0200 Subject: [PATCH] Customvariables: typo in config caching --- SL/DB/Helper/CustomVariables.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; } -- 2.39.5