From 3352330d3c194f0310b6acc1237cbc1aea78b15f Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 2 Oct 2010 23:38:22 -0400 Subject: [PATCH] fix name of factory class for Editor --- framework/Core/lib/Horde/Registry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index dd7fe125a..d27a013a1 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -317,7 +317,7 @@ class Horde_Registry 'getRequestConfiguration', ), 'Horde_Editor' => array( - 'Horde_Core_Factor_Editor', + 'Horde_Core_Factory_Editor', 'create', ), 'Horde_Kolab_Server_Composite' => array( -- 2.11.0