mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
fix a bug introduced with rev.31401 (was disabling the ability to switch to HTML Mode from plain/text mode, if starting with plain/text)
This commit is contained in:
parent
396c6b4074
commit
955c3bbc5b
@ -466,7 +466,7 @@
|
||||
} else {
|
||||
$style="border:0px; width:100%; height:400px;";
|
||||
// initalize the CKEditor Object to enable switching back and force
|
||||
$editor = html::fckEditorQuick('body', 'ascii', $sessionData['body'],'400px','99%');
|
||||
$editor = $editorObject->init().html::fckEditorQuick('body', 'ascii', $sessionData['body'],'400px','99%');
|
||||
$this->t->set_var('tinymce', $editor); //html::fckEditorQuick('body', 'ascii', $sessionData['body'],'400px','99%'));
|
||||
$this->t->set_var('mimeType', 'text');
|
||||
$ishtml=0;
|
||||
|
Loading…
Reference in New Issue
Block a user