projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c2893
)
Track changes to identity factory
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 7 Oct 2010 17:40:07 +0000
(13:40 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 7 Oct 2010 17:40:31 +0000
(13:40 -0400)
imp/lib/Injector/Factory/Identity.php
patch
|
blob
|
history
diff --git
a/imp/lib/Injector/Factory/Identity.php
b/imp/lib/Injector/Factory/Identity.php
index
21132d5
..
16fd85f
100644
(file)
--- a/
imp/lib/Injector/Factory/Identity.php
+++ b/
imp/lib/Injector/Factory/Identity.php
@@
-34,7
+34,7
@@
class IMP_Injector_Factory_Identity
*/
public function create(Horde_Injector $injector)
{
- return $injector->getInstance('Horde_
Prefs_Identity')->getIdentity
(null, 'imp');
+ return $injector->getInstance('Horde_
Core_Factory_Identity')->create
(null, 'imp');
}
}