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;