X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=873c275cbbc83fba3fb5274aacae0a13678414fe;hb=4c1704774b146f5827fdf4adcebc7940e9bf07c4;hp=e280ee8456a1b5796d36123a96ebed719e4bb43c;hpb=a7f22ba984ddda1d8d01ee027fa76b73b1074407;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index e280ee8..873c275 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -1,6 +1,5 @@ 'Application\Bootstrap', +return array( 'module_paths' => array( realpath(__DIR__ . '/../modules'), ), @@ -14,4 +13,4 @@ return new Zend\Config\Config(array( 'enable_auto_installation' => false, 'manifest_dir' => realpath(__DIR__ . '/../data'), ), -)); +);