From a24a916be424df5f470b8b64aa437d229bd0e560 Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Thu, 1 Oct 2009 08:46:13 +0200 Subject: [PATCH] fckeditor -> Fckeditor --- news/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/add.php b/news/add.php index 15ab9e541..cc6ea2309 100644 --- a/news/add.php +++ b/news/add.php @@ -601,7 +601,7 @@ if ($form->validate()) { // Add editor now to avoud JS error notifications no redirect foreach ($conf['attributes']['languages'] as $key) { - Horde_Editor::singleton('fckeditor', array('id' => "content_$key")); + Horde_Editor::singleton('Fckeditor', array('id' => "content_$key")); } require_once NEWS_TEMPLATES . '/common-header.inc'; -- 2.11.0