Track changes to identity factory
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 7 Oct 2010 17:40:07 +0000 (13:40 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 7 Oct 2010 17:40:31 +0000 (13:40 -0400)
imp/lib/Injector/Factory/Identity.php

index 21132d5..16fd85f 100644 (file)
@@ -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');
     }
 
 }