Customvariables: typo in config caching
[kivitendo-erp.git] / SL / DB / Helper / CustomVariables.pm
index 6373c32..0b55e7e 100644 (file)
@@ -183,7 +183,7 @@ sub _all_configs {
   }
 
   $params{module}
-    ? $cache->{modules}{$params{module}}
+    ? $cache->{module}{$params{module}}
     : $cache->{all};
 }