diff --git a/Doctrine/Query.php b/Doctrine/Query.php index 692b763ef..2a6846db3 100644 --- a/Doctrine/Query.php +++ b/Doctrine/Query.php @@ -18,7 +18,7 @@ * and is licensed under the LGPL. For more information, see * . */ -require_once("Access.php"); +require_once("Hydrate.php"); /** * Doctrine_Query *