projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0c23c
)
ckeditor
author
Duck (Jakob Munih)
<duck@obala.net>
Fri, 30 Oct 2009 16:50:14 +0000
(17:50 +0100)
committer
Duck (Jakob Munih)
<duck@obala.net>
Fri, 30 Oct 2009 16:50:14 +0000
(17:50 +0100)
news/add.php
patch
|
blob
|
history
diff --git
a/news/add.php
b/news/add.php
index
2b6076f
..
b05900d
100644
(file)
--- 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('
Fc
keditor', array('id' => "content_$key"));
+ Horde_Editor::singleton('
C
keditor', array('id' => "content_$key"));
}
require_once NEWS_TEMPLATES . '/common-header.inc';