moved doctrine cli tool

This commit is contained in:
Steffen Vogel 2010-12-27 23:16:48 +01:00
parent 3dc45da8cd
commit 8891c62ff5
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,7 @@ use Volkszaehler\Util;
// TODO replace by state class
define('VZ_VERSION', 0.2);
define('VZ_DIR', realpath(__DIR__ . '/../..'));
define('VZ_DIR', realpath(__DIR__ . '/..'));
// class autoloading
require_once VZ_DIR . '/lib/Util/ClassLoader.php';