diff --git a/library/Class/Profil.php b/library/Class/Profil.php
index 07f33b61a645f18c1a790ef977613510527ff0a0..d17d3d3c983058f19c5982b35d0e67f84422a184 100644
--- a/library/Class/Profil.php
+++ b/library/Class/Profil.php
@@ -1935,7 +1935,7 @@ class Class_Profil extends Storm_Model_Abstract {
     return
       isset($cfg[$module])
       ? (isset($cfg[$module][$action.$action2])
-         ? $cfg[$module][$action.$action2]
+         ? array_merge($default_cfg,$cfg[$module][$action.$action2])
          : $default_cfg)
       : $default_cfg;
   }