From 72eb5a8c51fc9f213c109c4ac9c1b1d08d12ba06 Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Fri, 30 Oct 2009 17:50:14 +0100 Subject: [PATCH] ckeditor --- news/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/add.php b/news/add.php index 2b6076fc2..b05900da7 100644 --- a/news/add.php +++ b/news/add.php @@ -600,7 +600,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('Ckeditor', array('id' => "content_$key")); } require_once NEWS_TEMPLATES . '/common-header.inc'; -- 2.11.0