projects
/
project/fckeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
96cb661
)
changed #fckeditor into #wysiwyg
author
Wiktor Walc
Thu, 9 Oct 2008 13:44:51 +0000 (13:44 +0000)
committer
Wiktor Walc
Thu, 9 Oct 2008 13:44:51 +0000 (13:44 +0000)
fckeditor.module
patch
|
blob
|
blame
|
history
diff --git
a/fckeditor.module
b/fckeditor.module
index
013d54b
..
17601ef
100644
(file)
--- a/
fckeditor.module
+++ b/
fckeditor.module
@@
-631,7
+631,7
@@
function fckeditor_process_textarea($element) {
global $user, $fckeditor_simple_toolbar_ids;
//hack for module developers that want to disable FCKeditor on their textareas
- if (key_exists('#fckeditor', $element) && !$element['#fckeditor']) {
+ if (key_exists('#wysiwyg', $element) && !$element['#wysiwyg']) {
return $element;
}