From: Duck (Jakob Munih) Date: Thu, 1 Oct 2009 06:46:13 +0000 (+0200) Subject: fckeditor -> Fckeditor X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a24a916be424df5f470b8b64aa437d229bd0e560;p=horde.git fckeditor -> Fckeditor --- 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';