Explorar el Código

fixed autoloader

Fabien Potencier hace 14 años
padre
commit
f1e8c1bce5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      autoload.php.dist

+ 1 - 1
autoload.php.dist

@@ -18,7 +18,7 @@ $loader->registerPrefixes(array(
     'Twig_' => __DIR__.'/vendor/twig/lib',
 ));
 $loader->registerPrefixFallbacks(array(
-    __DIR__.'/vendor/symfony/src/Symfony/Component/Locale/Resources/stubs',
+    __DIR__.'/src/Symfony/Component/Locale/Resources/stubs',
 ));
 $loader->register();