From 61d6c17c4961a07cb87f903ff69eb1f4185eb601 Mon Sep 17 00:00:00 2001 From: romanb Date: Fri, 22 Jan 2010 16:42:48 +0000 Subject: [PATCH] [2.0] Fixed bin/doctrine.php for PEAR distribution. --- bin/doctrine.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/doctrine.php b/bin/doctrine.php index 3e31fbe11..0de3b44c7 100644 --- a/bin/doctrine.php +++ b/bin/doctrine.php @@ -1,9 +1,8 @@ setIncludePath(__DIR__ . '/../lib'); $classLoader->register(); $configuration = new \Doctrine\Common\Cli\Configuration();