Skip to content

Commit

Permalink
DDC-1367 - Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Sep 25, 2011
1 parent c2eb6e6 commit 47314c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Tools/Setup.php
Expand Up @@ -97,7 +97,7 @@ static public function registerAutoloadDirectory($directory)
require_once $directory . "/Doctrine/Common/ClassLoader.php";
}

$loader = new ClassLoader("Doctrine");
$loader = new ClassLoader("Doctrine", $directory);
$loader->register();

$loader = new ClassLoader("Symfony\Component", $directory . "/Doctrine");
Expand Down

0 comments on commit 47314c1

Please sign in to comment.