From 3fe539d0aa329a0764618dfa93e0fb843aa5ebf1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 27 Dec 2010 23:18:30 +0100 Subject: [PATCH] adapted to new location --- misc/tools/doctrine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/doctrine.php b/misc/tools/doctrine.php index 1584842..4ef6716 100644 --- a/misc/tools/doctrine.php +++ b/misc/tools/doctrine.php @@ -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';