Missed one more spot to rename this variable
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Dec 2008 18:19:21 +0000 (13:19 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 29 Dec 2008 18:19:21 +0000 (13:19 -0500)
content/lib/Objects/Manager.php

index c0806d6..6382d65 100644 (file)
@@ -49,7 +49,7 @@ class Content_Objects_Manager
             $this->_db = $context['dbAdapter'];
         }
 
-        if (!empty($params['typeManager'])) {
+        if (!empty($context['typeManager'])) {
             $this->_typeManager = $context['typeManager'];
         }