fix for bug #1446050 ( no font selection in htmlarea )

This commit is contained in:
Cornelius Weiß 2006-03-19 07:34:41 +00:00
parent 85c0ab25b9
commit 896da3651e

View File

@ -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);
}