projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a59531
)
fckeditor -> Fckeditor
author
Duck (Jakob Munih)
<duck@obala.net>
Thu, 1 Oct 2009 06:46:13 +0000
(08:46 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Thu, 1 Oct 2009 06:47:07 +0000
(08:47 +0200)
news/add.php
patch
|
blob
|
history
diff --git
a/news/add.php
b/news/add.php
index
15ab9e5
..
cc6ea23
100644
(file)
--- 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('
f
ckeditor', array('id' => "content_$key"));
+ Horde_Editor::singleton('
F
ckeditor', array('id' => "content_$key"));
}
require_once NEWS_TEMPLATES . '/common-header.inc';