Merge branch 'master' of ../application-blanche
[zf2.biz/galerie.git] / init_autoloader.php
index b2a361d..fbce704 100644 (file)
@@ -23,17 +23,17 @@ if (file_exists('vendor/autoload.php')) {
 
 $zf2Path = false;
 
-if(getenv('ZF2_PATH')) {// Support for ZF2_PATH environment variable or git submodule
+if (getenv('ZF2_PATH')) {           // Support for ZF2_PATH environment variable or git submodule
     $zf2Path = getenv('ZF2_PATH');
-} elseif(get_cfg_var('zf2_path')) {// Support for zf2_path directive value
-       $zf2Path = get_cfg_var('zf2_path');
-} elseif(is_dir('vendor/ZF2/library')) {
-       $zf2Path = 'vendor/ZF2/library';
+} elseif (get_cfg_var('zf2_path')) { // Support for zf2_path directive value
+    $zf2Path = get_cfg_var('zf2_path');
+} elseif (is_dir('vendor/ZF2/library')) {
+    $zf2Path = 'vendor/ZF2/library';
 }
 
 if ($zf2Path) {
     if (isset($loader)) {
-        $loader->add('Zend', $zf2Path . '/Zend');
+        $loader->add('Zend', $zf2Path);
     } else {
         include $zf2Path . '/Zend/Loader/AutoloaderFactory.php';
         Zend\Loader\AutoloaderFactory::factory(array(