Fix variable name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Dec 2008 18:18:29 +0000 (13:18 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Dec 2008 18:18:29 +0000 (13:18 -0500)
content/lib/Objects/Manager.php

index ec053ca..c0806d6 100644 (file)
@@ -50,7 +50,7 @@ class Content_Objects_Manager
         }
 
         if (!empty($params['typeManager'])) {
-            $this->_typeManager = $params['typeManager'];
+            $this->_typeManager = $context['typeManager'];
         }
 
         if (!empty($context['tables'])) {