Stronger typing on error views to avoid E_FATAL and hide exceptions if display_except...
[zf2.biz/galerie.git] / module / Application / Module.php
index 5bd9a70..fc85ebb 100644 (file)
@@ -33,7 +33,7 @@ class Module implements AutoloaderProvider
 
     public function getConfig($env = null)
     {
-        return include __DIR__ . '/configs/module.config.php';
+        return include __DIR__ . '/config/module.config.php';
     }
     
     public function initializeView($e)