change require path from kernel to core

This commit is contained in:
Nicolas Le Goff
2011-12-19 12:15:10 +01:00
parent 958e6594ca
commit 9342ed1be4

View File

@@ -24,7 +24,7 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Application;
use Alchemy\Phrasea;
require_once dirname(__FILE__) . '/../lib/Alchemy/Phrasea/Kernel/Service/Doctrine.php';
require_once dirname(__FILE__) . '/../lib/Alchemy/Phrasea/Core/Service/Doctrine.php';
try
{