From a63c8fe80a0db9410f58ef57b5eea6d9ac5f3e0a Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 17 Sep 2007 22:30:45 +0000 Subject: [PATCH] --- lib/Doctrine/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Manager.php b/lib/Doctrine/Manager.php index 976183e1b..bbe0e1828 100644 --- a/lib/Doctrine/Manager.php +++ b/lib/Doctrine/Manager.php @@ -152,7 +152,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera * * @return Doctrine_Manager this object */ - public function getQueryRegistry(Doctrine_Query_Registry $registry) + public function setQueryRegistry(Doctrine_Query_Registry $registry) { $this->_queryRegistry = $registry;