projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec43e66
)
Missed one more spot to rename this variable
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 29 Dec 2008 18:19:21 +0000
(13:19 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 29 Dec 2008 18:19:21 +0000
(13:19 -0500)
content/lib/Objects/Manager.php
patch
|
blob
|
history
diff --git
a/content/lib/Objects/Manager.php
b/content/lib/Objects/Manager.php
index
c0806d6
..
6382d65
100644
(file)
--- a/
content/lib/Objects/Manager.php
+++ b/
content/lib/Objects/Manager.php
@@
-49,7
+49,7
@@
class Content_Objects_Manager
$this->_db = $context['dbAdapter'];
}
- if (!empty($
params
['typeManager'])) {
+ if (!empty($
context
['typeManager'])) {
$this->_typeManager = $context['typeManager'];
}