fckeditor -> Fckeditor
authorDuck (Jakob Munih) <duck@obala.net>
Thu, 1 Oct 2009 06:46:13 +0000 (08:46 +0200)
committerDuck (Jakob Munih) <duck@obala.net>
Thu, 1 Oct 2009 06:47:07 +0000 (08:47 +0200)
news/add.php

index 15ab9e5..cc6ea23 100644 (file)
@@ -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';