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