Fix factory binder name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 3 Oct 2010 16:03:27 +0000 (12:03 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 3 Oct 2010 16:03:27 +0000 (12:03 -0400)
framework/Core/lib/Horde/Registry.php

index 7bbb96a..8fbe211 100644 (file)
@@ -313,7 +313,7 @@ class Horde_Registry
                 'Horde_Core_Factory_Editor',
                 'create',
             ),
-            'Horde_Facebook' => array(
+            'Horde_Service_Facebook' => array(
                 'Horde_Core_Factory_Facebook',
                 'create',
             ),