Make plugin WYSIWYG not required - refs BT#9578

1.10.x
Imanol Losada 11 years ago
parent 872323e44c
commit 2ef25686dd
  1. 2
      main/inc/lib/plugin.class.php

@ -202,7 +202,7 @@ class Plugin
$result->addElement('html', $this->get_lang($name));
break;
case 'wysiwyg':
$result->addHtmlEditor($name, $this->get_lang($name));
$result->addHtmlEditor($name, $this->get_lang($name), false);
break;
case 'text':
$result->addElement($type, $name, array($this->get_lang($name), $help));

Loading…
Cancel
Save