1
0
mirror of synced 2024-12-05 03:06:05 +03:00

[2.0] Fixed bin/doctrine.php for PEAR distribution.

This commit is contained in:
romanb 2010-01-22 16:42:48 +00:00
parent c0d023c511
commit 61d6c17c49

View File

@ -1,9 +1,8 @@
<?php
require_once __DIR__ . '/../lib/Doctrine/Common/ClassLoader.php';
require_once 'Doctrine/Common/ClassLoader.php';
$classLoader = new \Doctrine\Common\ClassLoader('Doctrine');
$classLoader->setIncludePath(__DIR__ . '/../lib');
$classLoader->register();
$configuration = new \Doctrine\Common\Cli\Configuration();