forked from extern/egroupware
fix for bug #1446050 ( no font selection in htmlarea )
This commit is contained in:
parent
85c0ab25b9
commit
896da3651e
@ -437,6 +437,7 @@ class html
|
||||
*/
|
||||
function htmlarea($name,$content='',$style='',$base_href='',$plugins='',$custom_toolbar='',$set_width_height_in_config=false)
|
||||
{
|
||||
if (!$plugins) $plugins = 'ColorChooser,FontChooser,ContexMenu,TableOperations';
|
||||
return $this->tinymce($name,$content,$style,$plugins,$base_href);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user