[packages/composer] autoloader: do not register twice
    glen 
    glen at pld-linux.org
       
    Wed Jan  6 22:01:38 CET 2016
    
    
  
commit 7f7c771d01aad72ca71a5e76c82d4b90a6d722fb
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 6 23:01:24 2016 +0200
    autoloader: do not register twice
 autoload.php | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/autoload.php b/autoload.php
index bb04952..418e420 100644
--- a/autoload.php
+++ b/autoload.php
@@ -26,6 +26,5 @@ $loader->addPrefixes(array(
     'Symfony\\Component\\Finder' => array($phpDir),
     'Symfony\\Component\\Process\\' => array($phpDir),
 ));
-$loader->register();
 
 return $loader;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/7f7c771d01aad72ca71a5e76c82d4b90a6d722fb
    
    
More information about the pld-cvs-commit
mailing list