mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
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)
|
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);
|
return $this->tinymce($name,$content,$style,$plugins,$base_href);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user