From: Duck (Jakob Munih) Date: Fri, 30 Oct 2009 16:50:14 +0000 (+0100) Subject: ckeditor X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=72eb5a8c51fc9f213c109c4ac9c1b1d08d12ba06;p=horde.git ckeditor --- 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';